summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-09-15 13:07:40 +0300
committerAndrew Dolgov <[email protected]>2020-09-15 13:07:40 +0300
commit80ae1536d167000d2979fc354a84ab4923513df8 (patch)
treec232635ddb28a199a1aca3ade2079543c15eaca4 /themes/night.css
parentb8e5b9c7b7a94de28c6e51a7d996668d271e6b10 (diff)
add TOC overview bar
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/night.css b/themes/night.css
index d0a7ede..2c3b816 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -6,3 +6,7 @@ body, .loading, html:-webkit-full-screen {
body .modal {
color : #333;
}
+
+body .footer .spacer .toc-bar-entry.current-position {
+ background : darkred;
+} \ No newline at end of file