mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
doc: ensure the footer has the same color than the background.
This commit is contained in:
parent
2cc7627879
commit
972b08e74c
12
docs/assets/stylesheets/extra.css
Normal file
12
docs/assets/stylesheets/extra.css
Normal file
@ -0,0 +1,12 @@
|
||||
[data-md-color-scheme=default] {
|
||||
--md-footer-fg-color: var(--md-text-color);
|
||||
--md-footer-fg-color--light: #808080;
|
||||
--md-footer-fg-color--lighter: #b6b6b6;
|
||||
--md-footer-bg-color: transparent;
|
||||
--md-footer-bg-color--dark: transparent;
|
||||
}
|
||||
|
||||
[data-md-color-scheme=slate] {
|
||||
--md-footer-bg-color: transparent;
|
||||
--md-footer-bg-color--dark: var(--md-default-bg-color--darkest);
|
||||
}
|
@ -44,8 +44,6 @@ theme:
|
||||
- content.action.view
|
||||
- content.code.annotate
|
||||
- content.code.copy
|
||||
- navigation.expand
|
||||
- navigation.footer
|
||||
- navigation.indexes
|
||||
- navigation.sections
|
||||
- navigation.tabs
|
||||
@ -54,6 +52,9 @@ theme:
|
||||
- search.share
|
||||
- search.suggest
|
||||
|
||||
extra_css:
|
||||
- assets/stylesheets/extra.css
|
||||
|
||||
# Plugins
|
||||
plugins:
|
||||
- search
|
||||
|
Loading…
Reference in New Issue
Block a user