Skip to content

Commit

Permalink
Fix: declare primary color css property for starter (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yosevu Kilonzo authored and teesloane committed Apr 30, 2021
1 parent aa85d6f commit 523331c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
/* CSS Variables (dark mode) */
@media (prefers-color-scheme: dark) {
:root {
--color: #0097fc;
--color-primary: #0097fc;
--color-primary-accent: #555;
--color-bg: #333;
--color-bg-secondary: #555;
Expand Down

0 comments on commit 523331c

Please sign in to comment.