diff options
author | Joe <bousset.rudy@gmail.com> | 2022-04-30 21:25:17 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-04-30 21:25:17 +0200 |
commit | 3254d1e1a107d0203ed01b19d8582e3f10f365ac (patch) | |
tree | f6b355effb69e7127b97229e48c564027b3fdc3d | |
parent | fix (diff) | |
download | gitjoe-cgit-3254d1e1a107d0203ed01b19d8582e3f10f365ac.tar.gz gitjoe-cgit-3254d1e1a107d0203ed01b19d8582e3f10f365ac.tar.bz2 gitjoe-cgit-3254d1e1a107d0203ed01b19d8582e3f10f365ac.tar.xz gitjoe-cgit-3254d1e1a107d0203ed01b19d8582e3f10f365ac.tar.zst gitjoe-cgit-3254d1e1a107d0203ed01b19d8582e3f10f365ac.zip |
now good
-rw-r--r-- | css/cgit.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/cgit.css b/css/cgit.css index 27c67f0..01209d6 100644 --- a/css/cgit.css +++ b/css/cgit.css @@ -250,6 +250,7 @@ div#cgit div.content ul { .markdown-body pre code, .markdown-body pre tt { margin: 0; padding: 0; + color: #000; background-color: transparent; border: none; } @@ -257,7 +258,6 @@ div#cgit div.content ul { .markdown-body .highlight pre, .markdown-body pre { background-color: #f8f8f8; border-radius: 3px; - color: #000; margin: 0; overflow: auto; padding: 6px 10px; |