Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
munkaylol authored Sep 2, 2024
1 parent 56b1bcb commit 9eecb50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

.dark-mode {
--bg-color: #1a1a1a;
--text-color: #d9d9d9;
--container-bg: #2c2c2c;
--text-color: #cdcdcd;
--container-bg: #222;
--header-color: #4a8ec0;
--input-border: #444;
--button-bg: #2980b9;
--button-hover: #3498db;
--table-header-bg: #383838;
--table-header-bg: #222;
--table-border: #444;
--link-color: #5dade2;
}
Expand Down

0 comments on commit 9eecb50

Please sign in to comment.