From a3343f3aacc690177b5623b8f22f91322836fb29 Mon Sep 17 00:00:00 2001 From: Hsu Still <341464@gmail.com> Date: Tue, 10 Apr 2018 01:08:01 +0800 Subject: [PATCH] Fix ToC view on mobile --- docs/_template/light-dark-theme/styles/dark.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/_template/light-dark-theme/styles/dark.css b/docs/_template/light-dark-theme/styles/dark.css index 47ddca127..19899c7e9 100644 --- a/docs/_template/light-dark-theme/styles/dark.css +++ b/docs/_template/light-dark-theme/styles/dark.css @@ -12,10 +12,16 @@ a { color: #64B5F6; } +.sidenav{ + background-color: rgb(30, 30, 30); +} + button:hover, button:focus, a:hover, -a:focus { +a:focus, +.btn:focus, +.btn:hover{ color: #2196F3; }