diff --git a/public/s/css/f0ck.css b/public/s/css/f0ck.css index 3a235f6..ece115f 100644 --- a/public/s/css/f0ck.css +++ b/public/s/css/f0ck.css @@ -904,7 +904,7 @@ span#tags { } span#tags:empty { - display: none; + display: none; } .badge-success { @@ -1238,5 +1238,10 @@ table.table th, table.table td { padding: 7px 15px; } table.table tbody tr:nth-of-type(even) { - background-color: #232323; + background-color: var(--badge-tag); +} + +/* tags */ +#tags .badge > a:first-child { + color: inherit !important; } diff --git a/views/item.html b/views/item.html index e5ffe97..215e5ae 100644 --- a/views/item.html +++ b/views/item.html @@ -63,8 +63,8 @@ @if(typeof item.tags !== "undefined") @each(item.tags as tag) - - {{ tag.tag }}@if(session) ×@endif + + {{ tag.tag }}@if(session) ×@endif @endeach @endif