fix: default label color in dark mode
continuous-integration/drone/push Build is failing Details

Resolves #2200
This commit is contained in:
kolaente 2022-08-02 15:05:33 +02:00
parent c8162728b7
commit 31480eae72
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@
// 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);
--tag-color: var(--grey-800);
--tag-color: var(--grey-300);
--table-row-hover-background-color: var(--grey-100);
--dropdown-item-hover-background-color: var(--grey-100);
--dropdown-item-hover-color: var(--text);