diff options
author | Jesús <heckyel@hyperbola.info> | 2021-05-25 11:29:38 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-05-25 11:29:38 -0500 |
commit | 27e89c1da86cedfc23cce9c980f04e0afd8d0129 (patch) | |
tree | 4f32b03e20fa8b22e66db161bbe3cedbcf2a92f6 /gitolite-cgit | |
parent | dda585db49c3776ba5e385e200d2087502296d76 (diff) | |
download | gitolite-cgit-docker-27e89c1da86cedfc23cce9c980f04e0afd8d0129.tar.lz gitolite-cgit-docker-27e89c1da86cedfc23cce9c980f04e0afd8d0129.tar.xz gitolite-cgit-docker-27e89c1da86cedfc23cce9c980f04e0afd8d0129.zip |
Fix name variable and fix color tag-deco
Diffstat (limited to 'gitolite-cgit')
-rw-r--r-- | gitolite-cgit/cgit.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gitolite-cgit/cgit.css b/gitolite-cgit/cgit.css index 4f51c1c..d2d2e88 100644 --- a/gitolite-cgit/cgit.css +++ b/gitolite-cgit/cgit.css @@ -7,7 +7,7 @@ --cscroll: #0062cc; --bscrooll: #9E9E9E; --text: #FFF; - --text-secundary: #333; + --text-secondary: #333; --h1: #FFF; --h2: #FFF; --h3: #FFF; @@ -219,7 +219,7 @@ color: var(--text); } table.list td .decoration > a { -color: var(--text-secundary); +color: var(--text-secondary); } table.list td a.ls-dir { @@ -590,7 +590,7 @@ font-size: 80%; color: #ccc; } table.list td a.branch-deco { -color: var(--text-secundary); +color: var(--text-secondary); } .decoration a.branch-deco { color: #444; @@ -605,7 +605,7 @@ background-color: #00ff00; border: solid 1px #00ff00; } table.list td a.tag-deco { -color: var(--text); +color: var(--text-secondary); } a.tag-annotated-deco { margin: 0px 0.5em; |