Skip to content

Commit

Permalink
style(docs): update theme colors/overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Dec 17, 2024
1 parent 493017e commit 2c86ffd
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/styles/theme.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
[data-md-color-scheme="default"] {
--md-primary-fg-color: #045b86;
--md-accent-fg-color: #044869;
--md-footer-fg-color: hsla(0, 0%, 100%, 1);
--md-footer-fg-color--light: hsla(0, 0%, 100%, 1);
--md-footer-fg-color--lighter: hsla(0, 0%, 100%, 1);
--md-footer-bg-color: hsla(0, 0%, 0%, 1);
--md-footer-bg-color--dark: hsla(0, 0%, 0%, 1);
--md-code-hl-string-color: #cd4027;
--md-code-hl-comment-color: #1c7d4d;
--md-mermaid-label-fg-color: #000000;
}

a {
text-decoration: underline dotted currentColor auto;
}

a.headerlink,
a.md-nav__link,
a.md-source,
a.md-tabs__link {
text-decoration-line: none;
}

.md-tabs__link {
opacity: 1;
}

0 comments on commit 2c86ffd

Please sign in to comment.