Adjust styling of secret blocks

This commit is contained in:
Carlos Fernandez 2026-07-12 04:36:10 -04:00
parent 783505da0a
commit f80fd701e5
3 changed files with 38 additions and 2 deletions

View file

@ -36,8 +36,8 @@ body.game:is(.performance-low, .noblur) {
}
button {
background: light-dark(#e8e6e3, @deep-black);
color: light-dark(@dark-blue, @beige);
background: var(--dh-window-button-color-bg);
color: var(--dh-window-button-color-text);
border: 1px solid light-dark(@dark-blue, transparent);
padding: 0;