From 2c86ffd9f75e71ab6eaf9cfba7e4835f725456e7 Mon Sep 17 00:00:00 2001 From: Kegan Maher Date: Tue, 17 Dec 2024 19:53:59 +0000 Subject: [PATCH] style(docs): update theme colors/overrides --- docs/styles/theme.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/styles/theme.css b/docs/styles/theme.css index 0668cc4..25b7d5e 100644 --- a/docs/styles/theme.css +++ b/docs/styles/theme.css @@ -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; +}