From 8e2161b71ffde68d13fed217426de9ee191c5e70 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 19 Jun 2022 00:16:26 -0700 Subject: [cgit] Update the way tags are displayed in the log --- src/less/cgit.less | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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); -- cgit v1.2.3-54-g00ecf