Skip to content

Commit

Permalink
Made UI colors nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
p0ryae committed Aug 4, 2022
1 parent 40ffbdb commit 974a989
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ body {
.titlebar {
overflow: hidden;
border-radius: 10px;
background-color: #202126;
background-color: #1e1f24;
height: 35px;
width: 100%;
flex: auto;
Expand Down Expand Up @@ -260,7 +260,7 @@ body {
flex-direction: column;
flex-wrap: wrap;

background-color: #1e1f24;
background-color: #1c1d22;
border-radius: 10px;

height: calc(100% - 72px);
Expand Down Expand Up @@ -308,7 +308,7 @@ body {
}

.jump-back {
background-color: #1e1f24;
background-color: #1c1d22;
width: 100%;
height: 100%;

Expand All @@ -323,7 +323,7 @@ body {
}

.online-friends {
background-color: #1e1f24;
background-color: #1c1d22;
width: 100%;
height: 100%;

Expand All @@ -346,7 +346,7 @@ body {
}

.leftbar {
background-color: #1e1f24;
background-color: #1c1d22;
border-radius: 15px;
position: absolute;
height: calc(100% - 71px);
Expand Down

0 comments on commit 974a989

Please sign in to comment.