aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-06-19 00:16:26 -0700
committerGravatar Tom Willemse2022-06-19 01:19:49 -0700
commit8e2161b71ffde68d13fed217426de9ee191c5e70 (patch)
tree65e560da6fab8484864d16ba09dafbc2d057932c
parentf06d3ea47b2e0605678110ba815fa316191bffef (diff)
downloadnew-ryuslash.org-8e2161b71ffde68d13fed217426de9ee191c5e70.tar.gz
new-ryuslash.org-8e2161b71ffde68d13fed217426de9ee191c5e70.zip
[cgit] Update the way tags are displayed in the log
-rw-r--r--src/less/cgit.less14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/less/cgit.less b/src/less/cgit.less
index dd06ead..e8f5558 100644
--- a/src/less/cgit.less
+++ b/src/less/cgit.less
@@ -5,6 +5,20 @@
width: 100%;
}
+.decoration > a {
+ margin-left: 5px;
+ display: inline-block;
+ padding: 0 5px;
+ background-color: #1e2f47;
+ color: @dark-foreground;
+
+ &:hover {
+ text-decoration: none;
+ background-color: #71a3f0;
+ color: @dark-background;
+ }
+}
+
.main {
&:extend(.title-header);