From f3fb9502b808fb31f8f615e9932c8231293d85bd Mon Sep 17 00:00:00 2001 From: Jarkko Toivanen Date: Fri, 24 Jan 2025 21:56:32 +0200 Subject: [PATCH] Colouring the footsie --- docs/extra.css | 4 ++++ mkdocs.yml | 9 ++++----- 2 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 docs/extra.css diff --git a/docs/extra.css b/docs/extra.css new file mode 100644 index 0000000..9a1b4be --- /dev/null +++ b/docs/extra.css @@ -0,0 +1,4 @@ +.md-footer a { + color: var(--md-accent-fg-color) !important; +} + diff --git a/mkdocs.yml b/mkdocs.yml index ff4b6a7..065191f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -5,8 +5,6 @@ theme: icon: logo: material/home features: - - navigation.instant - - navigation.instant.progress - navigation.tabs - navigation.sections - navigation.path @@ -16,8 +14,8 @@ theme: scheme: slate primary: amber accent: amber -extra: +extra: social: - icon: simple/mastodon link: https://bubbler.jakest.us/@jt @@ -28,7 +26,8 @@ extra: - icon: simple/forgejo link: https://git.jakest.us name: My codings on git - +extra_css: + - extra.css markdown_extensions: - admonition - pymdownx.details @@ -53,4 +52,4 @@ markdown_extensions: emoji_generator: !!python/name:materialx.emoji.to_svg options: custom_icons: - - overrides/.icons \ No newline at end of file + - overrides/.icons