docs: fix up wwads-cn style in dark mode

[skip ci]
This commit is contained in:
Joe Chen
2026-02-07 17:49:58 -05:00
parent 9dd3e58f7b
commit 08e7cfd76c

View File

@@ -41,8 +41,10 @@
padding-bottom: 1.5rem;
border-bottom: 1px solid hsl(0 0% 90%);
}
.dark #gogs-wwads {
color: darkgray;
.dark .wwads-cn {
background: hsl(0 0% 12%);
border-bottom-color: hsl(0 0% 22%);
}
.dark .wwads-cn .wwads-text {
color: darkgray;
}