smol border important

This commit is contained in:
Kibi Kelburton 2022-05-18 17:27:30 +02:00 committed by schrumpel
parent b03d265a94
commit 0bda378993

View File

@ -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;
}