diff options
author | = <pux@pux.dom> | 2021-01-07 19:47:40 +0100 |
---|---|---|
committer | = <pux@pux.dom> | 2021-01-07 19:47:40 +0100 |
commit | 095e2924076e256d24fdcaf8c4b97c274c8866d5 (patch) | |
tree | 941aaeebae9f73480682849e5c8a1d7b03d6ea27 /dark_theme | |
parent | 3684caa2ac14e22ce194c3fe881278f8eb2b7532 (diff) | |
download | mo-cgit-mods-095e2924076e256d24fdcaf8c4b97c274c8866d5.tar.gz mo-cgit-mods-095e2924076e256d24fdcaf8c4b97c274c8866d5.tar.bz2 mo-cgit-mods-095e2924076e256d24fdcaf8c4b97c274c8866d5.zip |
Diffstat (limited to 'dark_theme')
-rw-r--r-- | dark_theme/cgit.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dark_theme/cgit.css b/dark_theme/cgit.css index 1b3f696..208f701 100644 --- a/dark_theme/cgit.css +++ b/dark_theme/cgit.css @@ -281,7 +281,7 @@ div#cgit table.blob { div#cgit table.blob td.lines { margin: 0; padding: 0 0 0 0.5em; vertical-align: top; - color: black; + color: white; } div#cgit table.blob td.linenumbers { |