feature: Palette Enhancements

This commit is contained in:
daniel-c-harvey
2026-06-06 21:24:19 -04:00
parent 47d0475d3f
commit 84a302ce24
5 changed files with 13 additions and 7 deletions
@@ -0,0 +1,7 @@
::deep .xxxx {
background-color: var(--deepdrft-muted)
}
::deep .xxxx:hover {
background-color: color-mix(var(--deepdrft-muted), var(--deepdrft-navy));
}