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:
|
||||
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
|
||||
- overrides/.icons
|
||||
|
|
Loading…
Add table
Reference in a new issue