Moar styling!

This commit is contained in:
Starbeamrainbowlabs 2018-12-13 12:58:30 +00:00
parent 315f1984b1
commit 424a54cbe6
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 14 additions and 0 deletions

View File

@ -24,3 +24,17 @@
.-menu-visible .menu-toggle {
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;
}