Tweak to color shadows, sidebar font-size, general small fixes (#36)

This commit is contained in:
chapoi
2025-03-12 23:02:45 +08:00
committed by GitHub
parent 7023cc0f97
commit 9a5759ae86
7 changed files with 24 additions and 11 deletions
+1 -1
View File
@@ -361,7 +361,7 @@ body.user-messages-page .topic-list-item {
.topic-list-item {
background: var(--d-content-background);
box-shadow: 0px 0px 26px 1px var(--topic-card-shadow);
box-shadow: 0px 0px 12px 1px var(--topic-card-shadow);
&:hover {
.discourse-no-touch & {
border-color: var(--accent-color);