Fix YSWS title color to respect theme in light/dark mode

This commit is contained in:
Paweł 2025-03-15 11:25:38 +00:00
parent 1fbe598e1c
commit dd0d20dd8a

View file

@ -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);