From 27e89c1da86cedfc23cce9c980f04e0afd8d0129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 25 May 2021 11:29:38 -0500 Subject: Fix name variable and fix color tag-deco --- gitolite-cgit/cgit.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gitolite-cgit') 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; -- cgit v1.2.3