mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 16:33:00 +00:00
Moar styling!
This commit is contained in:
parent
315f1984b1
commit
424a54cbe6
1 changed files with 14 additions and 0 deletions
|
@ -24,3 +24,17 @@
|
||||||
.-menu-visible .menu-toggle {
|
.-menu-visible .menu-toggle {
|
||||||
background: linear-gradient(to bottom, transparent, white);
|
background: linear-gradient(to bottom, transparent, white);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.toc-menu .link.-active, .toc-menu .hlink.-active {
|
||||||
|
border-radius: 0.12em;
|
||||||
|
box-shadow: inset -0.25em 0 #ff1b1b;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-nav {
|
||||||
|
border: 0;
|
||||||
|
background: linear-gradient(to bottom, transparent, white);
|
||||||
|
}
|
||||||
|
.footer-nav.-expanded {
|
||||||
|
border: 0;
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue