Skip to content

Commit

Permalink
added colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo-Zenith committed Jan 20, 2024
1 parent 2b7ac80 commit ae30ac4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions client/src/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
:root {
--color-primary: #13505B;
--color-secondary: #0C7489;
--color-tertiary: #119DA4;
--color-accent: #D7D9CE;
--color-dark: #040404;
}

body {
font-family: Arial, sans-serif;
background-color: #160c28;
Expand Down

0 comments on commit ae30ac4

Please sign in to comment.