Skip to content

Commit

Permalink
Revert "make colors a bit darker"
Browse files Browse the repository at this point in the history
This reverts commit 3b9193f.
  • Loading branch information
Owen3H committed Nov 8, 2024
1 parent 3b9193f commit 885f22d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions frontend/src/assets/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ body::before {
right: 0;
bottom: 0;
left: 0;
/*background-color: rgb(12, 12, 14, 0.9);*/
background: linear-gradient(to left, rgba(0, 0, 0, 0.92), #06060a);
background-color: rgba(14, 14, 16);
z-index: -1;
}

Expand Down
6 changes: 2 additions & 4 deletions frontend/src/components/general/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,8 @@ const ModDevTools = () => router.push('/mod-dev-tools')
z-index: 999;
height: 100vh;
width: 75px;
border-right: rgba(255, 255, 255, 0.45) 1px outset;
background-color: #15161a;
padding-left: 15px;
padding-right: 15px;
border-right: 1px outset rgba(255, 255, 255, 0.45);
background-color: #202125;
}
.sidebar img {
Expand Down

0 comments on commit 885f22d

Please sign in to comment.