mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 05:04:28 -07:00
Init dark theme
This commit is contained in:
@@ -7,7 +7,7 @@ $input-color: $text-strong !default;
|
||||
$input-background-color: $scheme-main !default;
|
||||
$input-border-color: $border !default;
|
||||
$input-height: $control-height !default;
|
||||
$input-shadow: inset 0 0.0625em 0.125em rgba($scheme-invert, 0.05) !default;
|
||||
$input-shadow: inset 0 0.0625em 0.125em rgba(getVar("shadow-color-rgb"), 0.05) !default;
|
||||
$input-placeholder-color: bulmaRgba($input-color, 0.3) !default;
|
||||
|
||||
$input-hover-color: $text-strong !default;
|
||||
|
||||
Reference in New Issue
Block a user