Skip to content

Commit 40fd012

Browse files
jaydee-coderdavide125
authored andcommitted
styling: Fix h5 colors in dark mode
After adding dark mode in (#164), the fixed-color override for `fg-color--light` no longer works as expected since the color can now be one of two options. For now, delete this override and live with what's provided by the default styling. This works better than the current broken styling in dark mode where h5 headers show up as super dark text on a dark background. Signed-off-by: jaydee-coder <187227976+jaydee-coder@users.noreply.github.com>
1 parent bf0d323 commit 40fd012

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/stylesheets/extra.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
--md-accent-fg-color: #D3506F;
66
--md-footer-bg-color: #2C2C2C;
77
--md-footer-bg-color--dark: #2C2C2C;
8-
--md-default-fg-color--light: #000000B0;
98
}
109

1110
/* Heading overrides as the default ones are very small */

0 commit comments

Comments
 (0)