mirror of
https://github.com/SrIzan10/YSWS-Catalog.git
synced 2026-05-01 11:15:09 +00:00
Fix YSWS title color to respect theme in light/dark mode
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user