Move stylesheets to assets
This commit is contained in:
parent
d7d40afd1f
commit
17b0d826dc
2 changed files with 8 additions and 1 deletions
7
docs/assets/stylesheets/extra.css
Normal file
7
docs/assets/stylesheets/extra.css
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
.md-nav__item--active{
|
||||||
|
padding: 0 !important;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Comic Mono';
|
||||||
|
src: url(/assets/fonts/comicmono.ttf);
|
||||||
|
}
|
|
@ -49,7 +49,7 @@ markdown_extensions:
|
||||||
- pymdownx.caret
|
- pymdownx.caret
|
||||||
- pymdownx.keys
|
- pymdownx.keys
|
||||||
extra_css:
|
extra_css:
|
||||||
- stylesheets/extra.css
|
- assets/stylesheets/extra.css
|
||||||
extra:
|
extra:
|
||||||
social:
|
social:
|
||||||
- icon: fontawesome/brands/mastodon
|
- icon: fontawesome/brands/mastodon
|
||||||
|
|
Loading…
Reference in a new issue