summaryrefslogtreecommitdiffstats
path: root/dark.css
diff options
context:
space:
mode:
authorLibravatarKrytarik Raido <krytarik@gmail.com>2021-03-21 00:13:04 +0100
committerLibravatarKrytarik Raido <krytarik@gmail.com>2021-03-21 00:13:04 +0100
commit8736b9106aad22eee247501ce5d90b1ef2a7fb59 (patch)
treed177a6c253a615b6cc5202bd6868572089d70635 /dark.css
parent6da1fb12380db7ae1cd1597750a623cc658edb1b (diff)
Improve ReST theming.
Diffstat (limited to 'dark.css')
-rw-r--r--dark.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/dark.css b/dark.css
index dc7eef3..24cebf2 100644
--- a/dark.css
+++ b/dark.css
@@ -154,6 +154,11 @@ div#cgit span.libravatar img.inline {
/*** ReST ***/
+div#summary h1 a.toc-backref, div#summary h2 a.toc-backref, div#summary h3 a.toc-backref,
+div#summary h4 a.toc-backref, div#summary h5 a.toc-backref, div#summary h6 a.toc-backref {
+ color: rgb(230, 230, 230) !important;
+}
+
div#summary div.sidebar { background-color: rgb(52, 52, 52) !important }
div#summary pre.code, div#summary code { background-color: rgb(52, 52, 52) !important }
div#summary pre.code .comment, div#summary code .comment { color: #888 !important }