diff options
author | Jesús <heckyel@hyperbola.info> | 2021-07-09 22:34:31 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-07-09 22:34:31 -0500 |
commit | c3c8f480fe919cb271706694aefdb04813178c0e (patch) | |
tree | c7183f48a5a801fe6c236cfc9b2b69940d7fde70 /gitolite-cgit | |
parent | 2a41b3e3637a9c952b7fb67e9b53f5716f7cd874 (diff) | |
download | gitolite-cgit-docker-c3c8f480fe919cb271706694aefdb04813178c0e.tar.lz gitolite-cgit-docker-c3c8f480fe919cb271706694aefdb04813178c0e.tar.xz gitolite-cgit-docker-c3c8f480fe919cb271706694aefdb04813178c0e.zip |
update color as variable
Diffstat (limited to 'gitolite-cgit')
-rw-r--r-- | gitolite-cgit/cgit.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gitolite-cgit/cgit.css b/gitolite-cgit/cgit.css index 797e203..a250c4a 100644 --- a/gitolite-cgit/cgit.css +++ b/gitolite-cgit/cgit.css @@ -1,6 +1,7 @@ :root { --background: #212529; --bg-strong: #131618; + --p-color: #131618; --brand-color: #0062cc; --brand-lg-color: #3395ff; --add-color: #00e676; @@ -613,7 +614,7 @@ padding: 0px 0.25em; background-color: #ffff00; border: solid 1px #ffff00; font-size: 12px; -color: #131618; +color: var(--p-color); } a.tag-deco { |