aboutsummarybugs & patchesrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2024-07-23 12:08:00 +0200
committerChristian Hesse <mail@eworm.de>2025-11-17 21:40:57 +0100
commit4c16acb970e6998c51de6546a5c1de516fc45db5 (patch)
tree8063b4d0dce498c795b22acaa064f30fbfa7f92e
parent5443466128b5677bcda9fee36abc2ac83b22ba66 (diff)
downloadcgit-4c16acb970e6998c51de6546a5c1de516fc45db5.tar.gz
cgit-4c16acb970e6998c51de6546a5c1de516fc45db5.tar.bz2
cgit-4c16acb970e6998c51de6546a5c1de516fc45db5.tar.xz
css: round border edges for deco
Signed-off-by: Christian Hesse <mail@eworm.de>
-rw-r--r--cgit.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index f5b41ba..d10a24d 100644
--- a/cgit.css
+++ b/cgit.css
@@ -684,6 +684,7 @@ div#cgit a.branch-deco {
padding: 0px 0.25em;
background-color: #88ff88;
border: solid 1px #007700;
+ border-radius: 2px;
}
div#cgit a.tag-deco {
@@ -692,6 +693,7 @@ div#cgit a.tag-deco {
padding: 0px 0.25em;
background-color: #ffff88;
border: solid 1px #777700;
+ border-radius: 2px;
}
div#cgit a.tag-annotated-deco {
@@ -700,6 +702,7 @@ div#cgit a.tag-annotated-deco {
padding: 0px 0.25em;
background-color: #ffcc88;
border: solid 1px #777700;
+ border-radius: 2px;
}
div#cgit a.remote-deco {
@@ -708,6 +711,7 @@ div#cgit a.remote-deco {
padding: 0px 0.25em;
background-color: #ccccff;
border: solid 1px #000077;
+ border-radius: 2px;
}
div#cgit a.deco {
@@ -716,6 +720,7 @@ div#cgit a.deco {
padding: 0px 0.25em;
background-color: #ff8888;
border: solid 1px #770000;
+ border-radius: 2px;
}
div#cgit div.commit-subject a.branch-deco,