mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-25 07:32:19 -05:00
Fix tag name visibility in light mode
This commit is contained in:
parent
5383becfcb
commit
83a6e15737
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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%);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user