fix: new label text color in dark mode
This commit is contained in:
parent
5ef939a230
commit
cadcaa966f
@ -285,7 +285,7 @@
|
|||||||
// Elements that rely on Bulma defaults in light mode but
|
// Elements that rely on Bulma defaults in light mode but
|
||||||
// need to be overriden in dark mode
|
// need to be overriden in dark mode
|
||||||
--input-placeholder-color: hsla(var(--grey-900-hsl), 0.6);
|
--input-placeholder-color: hsla(var(--grey-900-hsl), 0.6);
|
||||||
--tag-color: var(--grey-50);
|
--tag-color: var(--grey-800);
|
||||||
--table-row-hover-background-color: var(--grey-100);
|
--table-row-hover-background-color: var(--grey-100);
|
||||||
--dropdown-item-hover-background-color: var(--grey-100);
|
--dropdown-item-hover-background-color: var(--grey-100);
|
||||||
--dropdown-item-hover-color: var(--text);
|
--dropdown-item-hover-color: var(--text);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user