(dark)(a11y) improve contrast of <mark> in dark mode

This commit is contained in:
Andrea Vos 2023-12-10 00:43:23 +01:00
parent ac0dd81244
commit ddef23f0f0

View File

@ -221,7 +221,7 @@ body[data-theme="dark"] {
}
mark {
background-color: #848171;
background-color: #856504;
color: $light;
}