mirror of
https://github.com/jgthms/bulma
synced 2026-03-25 14:29:36 -07:00
Init dark theme
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user