Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 8745391

Browse files
committed
Update extra.css
Trying to fix css issue with light gray left menu items.
1 parent 4aa6ee2 commit 8745391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/extra.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:root {
22
--md-accent-fg-color: #1976d2; /* nav mouseover */
33
--md-default-bg-color: #fafafa; /* page bg */
4-
--md-default-fg-color--light: #37474f; /* h1 color */
4+
/* --md-default-fg-color--light: #37474f; /* h1 color */ */
55
--md-default-fg-color--lighter: #e3f2fd; /* pencil color */
66
--md-default-fg-color: #000000; /* page text */
77
--md-primary-bg-color--light: #eceff1; /* search panel */
@@ -78,4 +78,4 @@
7878
padding: 15px;
7979
background: rgba(0, 0, 0, 0.8);
8080
color: #FFF
81-
}
81+
}

0 commit comments

Comments
 (0)