UX: start removing hardcoded colors for dark mode support (#12)

This commit is contained in:
Kris
2025-03-04 16:10:11 -05:00
committed by GitHub
parent 229ad5d6bd
commit 257032dc01
9 changed files with 37 additions and 25 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
.topic-list-item {
background: var(--d-content-background);
&:hover {
background: oklch(from var(--d-content-background) 97% c h);
background: var(--primary-very-low);
}
border: 1px solid #cedde3;
}