diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-06 22:23:06 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-06 22:23:06 +0200 |
commit | 3456350c2c8cf4bc136eb822f1793ec92f0f2c79 (patch) | |
tree | 306116a86a26278fd031b05f834cdf61691304b2 /sass/src/light/_variables.scss | |
parent | f43082f74e92cb98845efb19017846f4e3255f98 (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.scss | 1 |
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'); |