From 424a54cbe6bc5202c1b721e35dba83890dd81793 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 13 Dec 2018 12:58:30 +0000 Subject: [PATCH] Moar styling! --- docs/theme.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/theme.css b/docs/theme.css index c25fd78..842c677 100644 --- a/docs/theme.css +++ b/docs/theme.css @@ -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; +}