Move stylesheets to assets

This commit is contained in:
Subnet_Masked 2024-02-11 20:11:56 -05:00
parent d7d40afd1f
commit 17b0d826dc
Signed by: Subnet_Masked
GPG key ID: E1BB06A2490954E9
2 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,7 @@
.md-nav__item--active{
padding: 0 !important;
}
@font-face {
font-family: 'Comic Mono';
src: url(/assets/fonts/comicmono.ttf);
}

View file

@ -49,7 +49,7 @@ markdown_extensions:
- pymdownx.caret
- pymdownx.keys
extra_css:
- stylesheets/extra.css
- assets/stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/mastodon