We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db5f7a1 commit 4e9f07eCopy full SHA for 4e9f07e
docs/stylesheets/extra.css
@@ -8,8 +8,10 @@ body {
8
9
/*亮色样式*/
10
[data-md-color-scheme="default"] {
11
- --md-primary-fg-color: rgba(232, 232, 232, 0.7);
12
- --md-header-bg-color: rgba(232, 232, 232, 0.7);
+ /* --md-primary-fg-color: rgba(232, 232, 232, 0.7);
+ --md-header-bg-color: rgba(232, 232, 232, 0.7); */
13
+ --md-primary-fg-color: rgba(255, 255, 255, 0.7);
14
+ --md-header-bg-color: rgba(255, 255, 255, 0.7);
15
--md-typeset-a-color: steelblue;
16
--md-footer-bg-color: #f6f6f6;
17
--md-footer-bg-color--dark: #f6f6f6;
0 commit comments