Init dark theme

This commit is contained in:
Jeremy Thomas
2022-12-14 17:15:51 +00:00
parent 89a8b8f208
commit b73e183091
18 changed files with 1194 additions and 671 deletions

View File

@@ -95,7 +95,7 @@ $hero-colors: $colors !default;
color: $color-invert;
&:hover {
background-color: bulmaRgba($scheme-invert, 0.1);
background-color: bulmargba(getVar("shadow-color-rgb"), 0.1);
}
}