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 Oct 19, 2020
1 parent a49f988 commit 3a9c10f
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 3a9c10f

Please sign in to comment.