Fix tag name visibility in light mode

This commit is contained in:
Kalle 2022-07-28 23:25:33 +03:00
parent 5383becfcb
commit 83a6e15737
2 changed files with 3 additions and 1 deletions

View File

@ -486,7 +486,7 @@ dialog::backdrop {
.calendar__event__tags {
display: flex;
padding: 0;
color: var(--button-text);
color: var(--black-text);
font-size: var(--fonts-xxs);
font-weight: var(--semi-bold);
list-style: none;

View File

@ -11,6 +11,7 @@
--button-text: rgb(255 255 255 / 85%);
--button-text-transparent: rgb(0 0 0 / 65%);
--text: rgb(0 0 0 / 95%);
--black-text: rgb(0 0 0 / 95%);
--text-lighter: rgb(75 75 75 / 95%);
--theme-error: rgb(199 13 6);
--theme-error-transparent: rgba(199 13 6 / 75%);
@ -82,6 +83,7 @@
--button-text: rgb(0 0 0 / 85%);
--button-text-transparent: rgb(0 0 0 / 65%);
--text: rgb(255 255 255 / 95%);
--black-text: rgb(0 0 0 / 95%);
--text-lighter: rgb(255 255 255 / 55%);
--theme-error: rgb(219 70 65);
--theme-error-transparent: rgba(219 70 65 / 75%);