Update custom.css

This commit is contained in:
何夕2077
2025-06-29 10:28:33 +08:00
committed by GitHub
parent 4edf12476d
commit 74369de245

View File

@@ -280,4 +280,8 @@ body:is(html[class~="dark"] *) {
strong:is(html[class~="dark"] *) {
color: #f90;
padding: 3px;
}
}
.content :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)):is(html[class~=dark] *) {
color: #f90;
}