forked from RDCNWebs/rd.rdlevel.cn
30 lines
979 B
CSS
30 lines
979 B
CSS
body.dark {
|
|
--main-color: #c8c8c8;
|
|
--main-theme-color: #3c7e7e;
|
|
--background-color: #1f1f1f;
|
|
--background-border-color: #303030;
|
|
--section-main-color: #0f0f0f;
|
|
--section-background-color: #2c3333;
|
|
--section-table-header-border-color: #303030;
|
|
--section-blockquote-background-color: #2a3131;
|
|
--section-blockquote-color: #7cdcfe;
|
|
--section-tip-background-color: #161616;
|
|
--section-tip-color: #3f3f3fcc;
|
|
--section-p-warn-background-color: #ea6f5a1a;
|
|
--sidebar-background-color: #3f3f3fcc;
|
|
--notice-background-color: #3f3f3fcc;
|
|
--notice-border-color: #303030;
|
|
--notice-hover-background-color: #525252cc;
|
|
--table-1st-row-background-color: #00000038;
|
|
--table-2nd-row-background-color: #000000cc;
|
|
-webkit-tap-highlight-color: rgb(0, 0, 0);
|
|
|
|
--special-theme-position-backgound-color: #177500;
|
|
|
|
--span-color: #2020203a;
|
|
--span-fill-color: #3c7e7e;
|
|
}
|
|
|
|
body.dark .sidebar li>a:has(>img) {
|
|
background-image: url(../indexicon/syringe_dark.png);
|
|
} |