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

@@ -314,7 +314,7 @@
-moz-appearance: none;
-webkit-appearance: none;
background-color: bulmaRgba($scheme-invert, 0.2);
background-color: bulmargba(getVar("shadow-color-rgb"), 0.2);
border: none;
border-radius: $radius-rounded;
cursor: pointer;
@@ -357,11 +357,11 @@
&:hover,
&:focus {
background-color: bulmaRgba($scheme-invert, 0.3);
background-color: bulmargba(getVar("shadow-color-rgb"), 0.3);
}
&:active {
background-color: bulmaRgba($scheme-invert, 0.4);
background-color: bulmargba(getVar("shadow-color-rgb"), 0.4);
}
// Sizes