Author: Pedro Lucas Porcellis <porcellis@eletrotupi.com>
Small modification to color
cgit.css | 4 ++--
diff --git a/cgit.css b/cgit.css index 06510974aaf3e7cc09cc15824d552be94d2bf50b..f7ad70d7fab8b65ef269e5da33d9b0deaf5e1e30 100644 --- a/cgit.css +++ b/cgit.css @@ -47,8 +47,8 @@ } @media (prefers-color-scheme: dark) { :root { - --bg: black; - --text: white; + --bg: #212529; + --text: #f8f9fa; --inactive-text: grey; --accent-color: green; --hover-bg: #444;