From 8ca467818a37e708b78ee24e865afa2ffb8253bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 18 Nov 2018 19:06:11 -0500 Subject: [PATCH] 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.) --- agaric/sass/agaric/_base.form.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/agaric/sass/agaric/_base.form.scss b/agaric/sass/agaric/_base.form.scss index 852fc6a..8ec1773 100644 --- a/agaric/sass/agaric/_base.form.scss +++ b/agaric/sass/agaric/_base.form.scss @@ -4,11 +4,11 @@ // // Styleguide: Base.Form +.label { + color: currentColor; +} + .is-dark { - .field {} - .label { - color: currentColor; - } .select { select { border-color: $dark;