diff --git a/public/s/css/f0ck.css b/public/s/css/f0ck.css index 1e2330e..4fd1964 100644 --- a/public/s/css/f0ck.css +++ b/public/s/css/f0ck.css @@ -733,6 +733,14 @@ html[theme="f0ck95"] span.f0ck::after { color: teal; } +html[theme="f0ck95"] #tags .badge > a:first-child { + text-shadow: 1px 1px #8080805e; +} + +html[theme="f0ck95"] .badge.badge-greentext.badge-light.mr-2 { + color: #b5bd68; +} + html[theme="f0ck95"] .pagination > span { border: 1px dashed grey !important; color: black; @@ -1078,6 +1086,10 @@ html, body { font-size: 14px; } +.wrapper { + height: 100%; +} + .noscript-badge { display: block; } @@ -2149,7 +2161,7 @@ div#footbar { img.avatar { height: auto; position: relative; - width: 24px; + width: 28px; margin: 0; left: -7px; top: 0; @@ -2216,6 +2228,7 @@ table.table tbody tr:nth-of-type(odd) { /* tags */ #tags .badge > a:first-child { color: inherit !important; + text-shadow: 1px 1px black; } /* tooltips */ diff --git a/views/item.html b/views/item.html index 1074c12..13b4c8b 100644 --- a/views/item.html +++ b/views/item.html @@ -1,3 +1,4 @@ +