Skip to content

Commit

Permalink
fix: set background color style more globally
Browse files Browse the repository at this point in the history
This is ugly, there is likely a more specific place this should go. It is also set on `pre`, but the inline style that the markdown processor sets on one of its containing divs needs the variable to be set already (and targeting that specific div seems potentially more likely to break).
  • Loading branch information
hidde authored and Robbert committed Dec 8, 2023
1 parent df80356 commit 1f6d2bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
--nlds-navbar-link-active-border-color: #5eba5b;
--nlds-sidebar-menu-item-active-border-color: #148839;

--nlds-code-block-background-color: #011627;

-webkit-font-smoothing: auto !important;
-moz-osx-font-smoothing: auto !important;
--ifm-container-width: 1030px;
Expand Down

1 comment on commit 1f6d2bc

@vercel
Copy link

@vercel vercel bot commented on 1f6d2bc Dec 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please # to comment.