mirror of
https://github.com/System-End/YSWS-Catalog.git
synced 2026-04-19 19:55:07 +00:00
Fix YSWS title color to respect theme in light/dark mode
This commit is contained in:
parent
1fbe598e1c
commit
dd0d20dd8a
1 changed files with 1 additions and 1 deletions
|
|
@ -1494,7 +1494,7 @@ body.modal-open {
|
|||
letter-spacing: -0.03em;
|
||||
line-height: 1.2;
|
||||
padding-bottom: 0.5rem;
|
||||
color: var(--white);
|
||||
color: var(--text);
|
||||
position: relative;
|
||||
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
|
||||
transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue