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

This commit is contained in:
WBHarry 2026-04-11 22:51:46 +02:00
parent 1f02795b5d
commit f4282429cd

View file

@ -24,7 +24,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;
} }