[cgit] Update the way tags are displayed in the log

This commit is contained in:
Tom Willemse 2022-06-19 00:16:26 -07:00
parent f06d3ea47b
commit 8e2161b71f

View file

@ -5,6 +5,20 @@
width: 100%; 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 { .main {
&:extend(.title-header); &:extend(.title-header);