Skip to content

Commit

Permalink
update color
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-Harris committed Feb 2, 2025
1 parent 34d574c commit a11dfa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
--secondary-accent-hover-color: #2c87ad;
--tertiary-accent-color: #eab308;
--tertiary-accent-hover-color: #a16207;
--primary-color: rgb(31, 41, 55);
--primary-color: #1f2937;
--primary-color-rgb: 31, 41, 55; /* RGB components of --primary-color */
--secondary-color: #374151;
--active-highlight-color: #2d3748;
Expand Down

0 comments on commit a11dfa8

Please sign in to comment.