Skip to content

Commit

Permalink
better dark theme colors. fix inputs no text color set
Browse files Browse the repository at this point in the history
  • Loading branch information
Flolon committed Jul 16, 2024
1 parent 4a26077 commit b982700
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
1 change: 1 addition & 0 deletions css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ select {
vertical-align: baseline;
box-sizing: border-box;
background-color: var(--color2);
color: var(--text);
border: none;
outline: 2px solid var(--color3);
padding: 0.55rem 0.75rem;
Expand Down
30 changes: 15 additions & 15 deletions css/themes/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@
}

.dark {
--text: white;
--background: #162023;
--primaryFocus: #1b4a51;
--red: #c32222;
--redBg: #f14e4e;
--color1: #1b474e;
--color2: #ffffff;
--color3: #d7d7d7;
--color4: #0e0e0e;
--color5: #3ea1b1;
--color6: #54cbdd;
--color8: #7e7e7e;
--color9: #bcbcbc;
--color10: #e7e7e7;
--color11: #fafafa;
--text: white;
--background: #223034;
--primaryFocus: #1b4a51;
--red: #530f0f;
--redBg: #903131;
--color1: #47777d;
--color2: #23353a;
--color3: #285258;
--color4: #3d3d3d;
--color5: #2e6e78;
--color6: #255860;
--color8: #4e4e4e;
--color9: #498289;
--color10: #163236;
--color11: #467b82;
}


Expand Down

0 comments on commit b982700

Please sign in to comment.