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
+12
View File
@@ -0,0 +1,12 @@
.user-main .about.collapsed-info .details {
background: var(--d-content-background);
}
.user-menu .quick-access-panel .read,
.user-notifications-list .read {
background: var(--d-content-background);
}
.powered-by-discourse {
z-index: 9999;
}