[cgit] Update the way tags are displayed in the log
This commit is contained in:
parent
f06d3ea47b
commit
8e2161b71f
1 changed files with 14 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue