Skip to content

Commit

Permalink
Improve dark theme colors and contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash committed Oct 16, 2024
1 parent e28dd3b commit ace1591
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@
--docsearch-hit-color: #ffffff !important;
--ifm-color-primary-light:#f3ff36;
--ifm-footer-background-color: #191937;
--ifm-color-emphasis-200: #2e2e66 !important;
--ifm-color-emphasis-300: #414190 !important;
--ifm-background-surface-color: #111127 !important;
--ifm-color-secondary-contrast-background: #2c2c63 !important;
--ifm-color-warning-contrast-background: #584128 !important;
}

/* .navbar a{
Expand Down

0 comments on commit ace1591

Please sign in to comment.