Skip to content

Commit

Permalink
Invert the Base Colors
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRowey committed Apr 24, 2024
1 parent 206dbb8 commit e8caf79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style/root.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:root{

/* Primary Backgrounds */
--Primary-BG: #393e46;
--Primary-BG: #222831;

/* Secondary Backgrounds*/
--Secondary-BG: #EEEEEE;
Expand All @@ -17,7 +17,7 @@
--Primary-Grid-BG: rgba(51,51,51,0.85);

/* Primary IconGrid Background*/
--Primary-IconGrid-BG: #222831;
--Primary-IconGrid-BG: #393e46;

/* Primary Text Color */
--Primary-Text: #EEEEEE;
Expand All @@ -27,7 +27,7 @@
--Secondary-Text: #000;

/* Primary Card Color */
--Primary-Card: #222831;
--Primary-Card: #393e46;

/* Tags */
--buff: rgba(86,167,39,.7);
Expand Down

0 comments on commit e8caf79

Please sign in to comment.