Colouring the footsie
This commit is contained in:
parent
ca6dab46f1
commit
f3fb9502b8
2 changed files with 8 additions and 5 deletions
4
docs/extra.css
Normal file
4
docs/extra.css
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
.md-footer a {
|
||||||
|
color: var(--md-accent-fg-color) !important;
|
||||||
|
}
|
||||||
|
|
|
@ -5,8 +5,6 @@ theme:
|
||||||
icon:
|
icon:
|
||||||
logo: material/home
|
logo: material/home
|
||||||
features:
|
features:
|
||||||
- navigation.instant
|
|
||||||
- navigation.instant.progress
|
|
||||||
- navigation.tabs
|
- navigation.tabs
|
||||||
- navigation.sections
|
- navigation.sections
|
||||||
- navigation.path
|
- navigation.path
|
||||||
|
@ -16,8 +14,8 @@ theme:
|
||||||
scheme: slate
|
scheme: slate
|
||||||
primary: amber
|
primary: amber
|
||||||
accent: amber
|
accent: amber
|
||||||
extra:
|
|
||||||
|
|
||||||
|
extra:
|
||||||
social:
|
social:
|
||||||
- icon: simple/mastodon
|
- icon: simple/mastodon
|
||||||
link: https://bubbler.jakest.us/@jt
|
link: https://bubbler.jakest.us/@jt
|
||||||
|
@ -28,7 +26,8 @@ extra:
|
||||||
- icon: simple/forgejo
|
- icon: simple/forgejo
|
||||||
link: https://git.jakest.us
|
link: https://git.jakest.us
|
||||||
name: My codings on git
|
name: My codings on git
|
||||||
|
extra_css:
|
||||||
|
- extra.css
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
- pymdownx.details
|
- pymdownx.details
|
||||||
|
@ -53,4 +52,4 @@ markdown_extensions:
|
||||||
emoji_generator: !!python/name:materialx.emoji.to_svg
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
||||||
options:
|
options:
|
||||||
custom_icons:
|
custom_icons:
|
||||||
- overrides/.icons
|
- overrides/.icons
|
||||||
|
|
Loading…
Add table
Reference in a new issue