Non layout styling (#5)

This commit is contained in:
chapoi
2025-03-01 01:29:27 +08:00
committed by GitHub
parent 720f0bb127
commit 353b955eed
17 changed files with 549 additions and 85 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
.topic-list-item {
background: light-dark(#ffffff, #1f1f1f);
background: var(--d-content-background);
&:hover {
background: light-dark(#fcfcfc, #161616);
background: oklch(from var(--d-content-background) 97% c h);
}
border: 1px solid #cedde3;
}