More design tweaks

This commit is contained in:
Ben Yorke
2023-10-26 14:24:12 +02:00
parent a046323aca
commit 184dfd7d54
3 changed files with 45 additions and 20 deletions

View File

@@ -40,11 +40,11 @@
}
.shui__button-theme-gray {
background: or(--lx-gray-06-alpha, --ls-quaternary-background);
background: or(--lx-gray-06, --ls-quaternary-background);
}
.shui__button-theme-gray:hover {
background: or(--lx-gray-06, --ls-quaternary-background);
background: or(--lx-gray-05, --ls-quaternary-background);
}
.shui__button-theme-gray:active {