summaryrefslogtreecommitdiffstats
path: root/dark.css
diff options
context:
space:
mode:
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 }