aboutsummaryrefslogtreecommitdiff
path: root/cgit.css
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-07-17 02:18:11 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-07-17 02:18:11 +0530
commit20424c04dd60f5985f5d8595a8efa8069495ddcc (patch)
tree9fc172b68daa67a9cc896a246289c48a3588ac7a /cgit.css
parent687d96ed4c9e7405221becbc11b852bf6db47c67 (diff)
changed deco color to black
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/cgit.css b/cgit.css
index b0b4854..f811e9b 100644
--- a/cgit.css
+++ b/cgit.css
@@ -683,7 +683,7 @@ div#cgit div.footer a:hover {
}
div#cgit a.branch-deco {
- color: #000;
+ color: black !important;
margin: 0px 0.5em;
padding: 0px 0.25em;
background-color: #88ff88;
@@ -691,7 +691,7 @@ div#cgit a.branch-deco {
}
div#cgit a.tag-deco {
- color: #000;
+ color: #000 !important;
margin: 0px 0.5em;
padding: 0px 0.25em;
background-color: #ffff88;
@@ -699,7 +699,7 @@ div#cgit a.tag-deco {
}
div#cgit a.tag-annotated-deco {
- color: #000;
+ color: #000 !important;
margin: 0px 0.5em;
padding: 0px 0.25em;
background-color: #ffcc88;
@@ -707,7 +707,7 @@ div#cgit a.tag-annotated-deco {
}
div#cgit a.remote-deco {
- color: #000;
+ color: #000 !important;
margin: 0px 0.5em;
padding: 0px 0.25em;
background-color: #ccccff;
@@ -715,7 +715,7 @@ div#cgit a.remote-deco {
}
div#cgit a.deco {
- color: #000;
+ color: #000 !important;
margin: 0px 0.5em;
padding: 0px 0.25em;
background-color: #ff8888;