This commit is contained in:
Jordan Vidrine
2025-02-24 15:59:49 -06:00
parent 247c98b0a4
commit 478926952e
18 changed files with 153 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
.topic-list-item {
background: light-dark(#ffffff, #1f1f1f);
&:hover {
background: light-dark(#fcfcfc, #161616);
}
border: 1px solid #cedde3;
}