Let's try keeping labels the current color, period
... and we'll see how that goes. (Had dark label, with the color set somewhere deep in Bulma i think, on a dark blue background, and that didn't work out so well contrast-wise.)
This commit is contained in:
parent
bb43d3d7c5
commit
8ca467818a
1 changed files with 4 additions and 4 deletions
|
@ -4,11 +4,11 @@
|
|||
//
|
||||
// Styleguide: Base.Form
|
||||
|
||||
.is-dark {
|
||||
.field {}
|
||||
.label {
|
||||
color: currentColor;
|
||||
}
|
||||
|
||||
.is-dark {
|
||||
.select {
|
||||
select {
|
||||
border-color: $dark;
|
||||
|
|
Loading…
Reference in a new issue