diff options
author | Jesús <heckyel@hyperbola.info> | 2021-05-28 15:02:24 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-05-28 15:02:24 -0500 |
commit | e220a129a671cb15c42de22647319cc1184c005a (patch) | |
tree | 55b033602686588f3f1006908da807d3d0683175 | |
parent | 2a5cfb2044aa1597b156b7290bcb43a1628a41dd (diff) | |
download | gitolite-cgit-docker-e220a129a671cb15c42de22647319cc1184c005a.tar.lz gitolite-cgit-docker-e220a129a671cb15c42de22647319cc1184c005a.tar.xz gitolite-cgit-docker-e220a129a671cb15c42de22647319cc1184c005a.zip |
Uniform background-color to scrollbar
-rw-r--r-- | gitolite-cgit/cgit.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitolite-cgit/cgit.css b/gitolite-cgit/cgit.css index 31a1301..29cdfad 100644 --- a/gitolite-cgit/cgit.css +++ b/gitolite-cgit/cgit.css @@ -4,7 +4,7 @@ --brand-color: #0062cc; --brand-lg-color: #3395ff; --add-color: #00e676; - --cscroll: #3395ff; + --cscroll: #0062cc; --bscroll: transparent; --text: #FFF; --text-secondary: #333; |