diff --git a/public/s/css/f0ck.css b/public/s/css/f0ck.css index 8caca23..6afd38e 100644 --- a/public/s/css/f0ck.css +++ b/public/s/css/f0ck.css @@ -1012,4 +1012,15 @@ div.about > div img { div.about > div p { font-size: 7pt; margin-top: 0; -} \ No newline at end of file +} + +a.id-link:hover:after { + content: ""; + background-image: var(--hover-image); + border: 1px solid var(--accent); + height: 128px; + width: 128px; + display: inline-block; + position: absolute; + margin-left: 5px; +} diff --git a/views/item.html b/views/item.html index 252786c..624a312 100644 --- a/views/item.html +++ b/views/item.html @@ -46,7 +46,7 @@