Skip to content

Commit

Permalink
adjust theme colors
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Feb 6, 2024
1 parent 23309de commit cd88483
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/style.css
Expand Up @@ -5,7 +5,7 @@
--verydim: #EEEEF0;
--dim: #E2E2E7;
--accent: #78E2A0;
--background: #F6F6F8;
--background: #FDFFFD;
}
}

Expand All @@ -15,8 +15,8 @@
--deemphasized: #8F8FA6;
--verydim: #232731;
--dim: #2B303B;
--accent: #455C4C;
--background: #16171F;
--accent: #2d5c3f;
--background: #121A12;
}
}

Expand Down

0 comments on commit cd88483

Please sign in to comment.