mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Further styling improvements for docs
Signed-off-by: Mario Sarcher <mario@sarcher.de>
This commit is contained in:
parent
4d3e61ba08
commit
cdeac2849e
@ -5,7 +5,24 @@
|
|||||||
|
|
||||||
:root > * {
|
:root > * {
|
||||||
/* Footer */
|
/* Footer */
|
||||||
--md-footer-bg-color: #3d90ce;
|
--md-footer-bg-color: #e8e8e8;
|
||||||
|
--md-footer-bg-color--dark: #cccdcf;
|
||||||
|
--md-footer-fg-color: #3d90ce;
|
||||||
|
--md-footer-fg-color--light: #fff;
|
||||||
|
|
||||||
|
/* Background */
|
||||||
|
--md-default-bg-color: #f1f1f1;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-md-color-scheme="slate"] {
|
||||||
|
/* Footer */
|
||||||
|
--md-footer-bg-color: #2e3136;
|
||||||
|
--md-footer-bg-color--dark: #262b2f;
|
||||||
|
--md-footer-fg-color: #3d90ce;
|
||||||
|
--md-footer-fg-color--light: #fff;
|
||||||
|
|
||||||
|
/* Background */
|
||||||
|
--md-default-bg-color: #1e2124;
|
||||||
}
|
}
|
||||||
|
|
||||||
.md-version__list {
|
.md-version__list {
|
||||||
@ -16,6 +33,10 @@
|
|||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.md-header__title {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
ul.video-list {
|
ul.video-list {
|
||||||
counter-reset: section;
|
counter-reset: section;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user