more minor theme adjustments

This commit is contained in:
jeffvli
2025-12-14 19:33:03 -08:00
parent f5d6c4983c
commit 3c2af4bd1a
10 changed files with 27 additions and 6 deletions
@@ -129,7 +129,7 @@
}
@mixin light {
background-color: var(--theme-colors-surface);
background-color: darken(var(--theme-colors-surface), 5%);
}
}