Fix tag color in dark mode
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Adrian Simmons 2021-11-13 23:24:15 +00:00
parent 214665111c
commit 3bd3165032
1 changed files with 2 additions and 1 deletions

View File

@ -111,7 +111,8 @@
// Elements that rely on Bulma defaults in light mode but
// need to be overriden in dark mode
--input-placeholder-color: hsla(var(--grey-900-hsl), 0.6) !important;
--input-placeholder-color: hsla(var(--grey-900-hsl), 0.6);
--tag-color: var(--grey-50);
// Custom color variables we need to override
--card-border-color: hsla(var(--grey-100-hsl), 0.3);