🎨 Refactors color pallete to inherit top-level vars

This commit is contained in:
Alicia Sykes
2021-11-06 20:58:36 +00:00
parent 20aed447d6
commit 6fcd993798
2 changed files with 125 additions and 118 deletions

View File

@@ -42,6 +42,8 @@
--nav-link-background-color-hover: #607d8b33;
--nav-link-border-color: transparent;
--nav-link-border-color-hover: var(--primary);
--nav-link-shadow: 1px 1px 2px #232323;
--nav-link-shadow-hover: 1px 1px 2px #232323;
// Link items and sections
--item-text-color: var(--primary);
--item-text-color-hover: var(--item-text-color);