兼容暗黑模式

This commit is contained in:
fofolee 2020-06-29 02:01:06 +08:00
parent 28680fc536
commit e5cbe1a71d

View File

@ -3,7 +3,7 @@
#manual, #manual,
#manualBody { #manualBody {
background: #303133; background: #303133;
color: white; color: #f6f6f6;
} }
/*设置*/ /*设置*/
@ -44,7 +44,7 @@
#manual #manualNavi ul input { #manual #manualNavi ul input {
background: #313131; background: #313131;
color: white; color: #f6f6f6;
} }
#manual h1, #manual h2 { #manual h1, #manual h2 {
@ -52,7 +52,7 @@
} }
#manual code, #manual kbd, #manual pre { #manual code, #manual kbd, #manual pre {
color: white; color: #f6f6f6;
background: #3b3b3c; background: #3b3b3c;
} }