Skip to content

Commit

Permalink
updating colorway
Browse files Browse the repository at this point in the history
  • Loading branch information
rosendopili committed Oct 10, 2024
1 parent d5d409b commit 401d563
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
@import url('https://fonts.googleapis.com/css?family=Slabo+27px&display=swap');

:root {
--main-blue: #2a236e;
--shadow-blue: #1b135d;
--main-blue: #b32334;
--shadow-blue: #d86262;
--main-gray: #2a2934;
--main-dark: #0E0B33;
--main-dark: #660303;
--main-white: #fceded;
--secondary-blue: #1b8bbb;
--secondary-blue: #000000;
--highlight-yellow: #FEE169;
--shadow-yellow: #f3cd37;
}
Expand Down

0 comments on commit 401d563

Please sign in to comment.