Problem: tags are not very visible
All checks were successful
continuous-integration/drone/push Build is passing

Solution: improve visibility of tags with a bit of color
This commit is contained in:
Peter Stuifzand 2022-01-15 16:35:57 +01:00
parent d22f3e123a
commit 965d2c87f5
2 changed files with 7 additions and 4 deletions

View File

@ -664,3 +664,10 @@ input.input-line, input.input-line:active {
.search.input.is-error {
outline: red solid 4px;
}
.tag {
background: #deeeee;
color: #444;
border-radius: 3px;
padding: 2px 4px;
}

View File

@ -44,9 +44,5 @@
.edit {
color: red;
}
.tag {
color: #444;
}
</style>
{{ end }}