mirror of
https://github.com/kemko/reproxy.git
synced 2026-01-01 15:55:49 +03:00
use extra_css for site styles
This commit is contained in:
@@ -23,6 +23,9 @@ theme:
|
||||
- content.code.annotate
|
||||
- navigation.sections
|
||||
|
||||
extra_css:
|
||||
- stylesheets/extra.css
|
||||
|
||||
plugins:
|
||||
- search
|
||||
- minify:
|
||||
@@ -72,4 +75,5 @@ markdown_extensions:
|
||||
alternate_style: true
|
||||
- pymdownx.tasklist:
|
||||
custom_checkbox: true
|
||||
- pymdownx.tilde
|
||||
- pymdownx.tilde
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
<style>
|
||||
.md-typeset h1,
|
||||
.md-content__button {
|
||||
display: none;
|
||||
@@ -6,4 +5,3 @@
|
||||
.md-header__topic {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user