Skip to content

Commit 4e9f07e

Browse files
authored
chore: update files
1 parent db5f7a1 commit 4e9f07e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/stylesheets/extra.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ body {
88

99
/*亮色样式*/
1010
[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);
11+
/* --md-primary-fg-color: rgba(232, 232, 232, 0.7);
12+
--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);
1315
--md-typeset-a-color: steelblue;
1416
--md-footer-bg-color: #f6f6f6;
1517
--md-footer-bg-color--dark: #f6f6f6;

0 commit comments

Comments
 (0)