Skip to content

Commit

Permalink
Custom Header colouring
Browse files Browse the repository at this point in the history
  • Loading branch information
dmohns committed Feb 28, 2024
1 parent 8e341b6 commit 5a247a6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
}

h2 {
--ifm-heading-color: var(--ifm-color-secondary);
}

h3 {
--ifm-heading-color: var(--ifm-color-primary);
}

/* For readability concerns, you should choose a lighter palette in dark mode. */
[data-theme="dark"] {
--ifm-color-primary: #ffffff;
Expand Down

0 comments on commit 5a247a6

Please sign in to comment.