summaryrefslogtreecommitdiff
path: root/sass/src/light/_variables.scss
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2023-08-06 22:23:06 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2023-08-06 22:23:06 +0200
commit3456350c2c8cf4bc136eb822f1793ec92f0f2c79 (patch)
tree306116a86a26278fd031b05f834cdf61691304b2 /sass/src/light/_variables.scss
parentf43082f74e92cb98845efb19017846f4e3255f98 (diff)
use proper text contrast for input labels
Materialize has _weird_ defaults Closes #79
Diffstat (limited to 'sass/src/light/_variables.scss')
-rw-r--r--sass/src/light/_variables.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/sass/src/light/_variables.scss b/sass/src/light/_variables.scss
index 4fdd9e8..6c5095b 100644
--- a/sass/src/light/_variables.scss
+++ b/sass/src/light/_variables.scss
@@ -5,3 +5,4 @@ $card-link-color: $link-color;
$collection-link-color: color('shades', 'black');
$card-bg-color: color('blue-grey', 'lighten-5');
$inactive-color: color('grey', 'darken-2');
+$input-label-color: color('shades', 'black');