Skip to content

Commit

Permalink
styling: Fix h5 colors in dark mode
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
jaydee-coder authored and davide125 committed Feb 20, 2025
1 parent bf0d323 commit 40fd012
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
--md-accent-fg-color: #D3506F;
--md-footer-bg-color: #2C2C2C;
--md-footer-bg-color--dark: #2C2C2C;
--md-default-fg-color--light: #000000B0;
}

/* Heading overrides as the default ones are very small */
Expand Down

0 comments on commit 40fd012

Please sign in to comment.