Add emphatic color variable and set up scoped based overrides for core variables

This commit is contained in:
Carlos Fernandez 2026-05-26 02:18:34 -04:00
parent e529dd0f88
commit 475b8bd149
36 changed files with 86 additions and 71 deletions

View file

@ -43,7 +43,7 @@ body.game:is(.performance-low, .noblur) {
&:hover {
border-color: light-dark(@dark-blue, @golden);
color: light-dark(@dark-blue, @golden);
color: @color-text-emphatic;
}
}
}