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; text-align: center;
align-self: center; align-self: center;
overflow: hidden; overflow: hidden;
/* new idea */ border: inset 1px #464646;
/* padding: 5px; border-top: none;
border-top: 2px solid var(--bg);
background: var(--metadata-bg); */
} }
/* Pagination */ /* Pagination */
@ -1591,7 +1589,8 @@ span.placeholder {
grid-template-rows: 1fr; grid-template-rows: 1fr;
grid-template-columns: auto 1fr auto; grid-template-columns: auto 1fr auto;
line-height: 1.7; line-height: 1.7;
border: inset 1px black; border: inset 1px #4c4c4c;
border-bottom: inset 1px #464646;
} }