diff --git a/public/s/css/f0ck.css b/public/s/css/f0ck.css index bd5ff23..7c6707b 100644 --- a/public/s/css/f0ck.css +++ b/public/s/css/f0ck.css @@ -1459,10 +1459,8 @@ span.placeholder { text-align: center; align-self: center; overflow: hidden; - /* new idea */ -/* padding: 5px; - border-top: 2px solid var(--bg); - background: var(--metadata-bg); */ + border: inset 1px #464646; + border-top: none; } /* Pagination */ @@ -1591,7 +1589,8 @@ span.placeholder { grid-template-rows: 1fr; grid-template-columns: auto 1fr auto; line-height: 1.7; - border: inset 1px black; + border: inset 1px #4c4c4c; + border-bottom: inset 1px #464646; }