Fixed H4 elements in editors being hard to see in light mode

This commit is contained in:
WBHarry 2026-04-11 22:51:23 +02:00
parent f910cf9795
commit 1a57b55723

View file

@ -25,7 +25,7 @@
} }
h4 { h4 {
font-size: var(--font-size-16); font-size: var(--font-size-16);
color: @beige; color: light-dark(@dark, @beige);
font-weight: 600; font-weight: 600;
} }