mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2026-02-02 15:50:32 +08:00
兼容暗黑模式
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user