Skip to content

Commit

Permalink
Brighten the buttons in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
shrianshChari committed Jul 17, 2024
1 parent 5d68b13 commit d03b142
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/css/dark-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
--text: #e4e4e4;
--background: #1b1b1b;

--button-hover: black;
--button-color: #353535;
--button-hover: var(--background);
--button-selected: #232e51;
--fieldset-color: #2a2a2a;

Expand All @@ -19,7 +20,7 @@ html, body {
}

.btn {
background-color: var(--background);
background-color: var(--button-color);
color: var(--text);
}

Expand Down

0 comments on commit d03b142

Please sign in to comment.