From 8736b9106aad22eee247501ce5d90b1ef2a7fb59 Mon Sep 17 00:00:00 2001 From: Krytarik Raido Date: Sun, 21 Mar 2021 00:13:04 +0100 Subject: Improve ReST theming. --- dark.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dark.css') 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 } -- cgit v1.2.3