UX: start removing hardcoded colors for dark mode support (#12)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user