diff options
| author | 2021-03-21 00:13:04 +0100 | |
|---|---|---|
| committer | 2021-03-21 00:13:04 +0100 | |
| commit | 8736b9106aad22eee247501ce5d90b1ef2a7fb59 (patch) | |
| tree | d177a6c253a615b6cc5202bd6868572089d70635 /dark.css | |
| parent | 6da1fb12380db7ae1cd1597750a623cc658edb1b (diff) | |
Improve ReST theming.
Diffstat (limited to 'dark.css')
| -rw-r--r-- | dark.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 } |
