borders morders

This commit is contained in:
Kibi Kelburton 2022-05-18 17:58:14 +02:00
parent 173321f5c8
commit 4a7c7f8730

View File

@ -197,6 +197,10 @@ html[theme='amoled'] {
--loading-indicator-color: #fff;
}
html[theme="amoled"] .metadata {
border: none;
}
html[theme="amoled"] .pagination > a, .pagination > span {
border-radius: 3px;
border: 1px solid var(--black);
@ -349,6 +353,7 @@ html[theme="paper"] .v0ck_progress_filled {
html[theme="paper"] .metadata {
color: var(--black);
border: none;
}
html[theme="paper"] .navbar-brand {
@ -1459,7 +1464,7 @@ span.placeholder {
text-align: center;
align-self: center;
overflow: hidden;
border: inset 1px #464646;
border: 1px solid #363636;
border-top: none;
}
@ -1555,6 +1560,7 @@ span.placeholder {
z-index: 1;
position: relative;
padding-top: 5px;
padding-bottom: 15px;
}
.populateME {
@ -1589,8 +1595,7 @@ span.placeholder {
grid-template-rows: 1fr;
grid-template-columns: auto 1fr auto;
line-height: 1.7;
border: inset 1px #4c4c4c;
border-bottom: inset 1px #464646;
border: 1px solid #363636;
}
@ -1770,6 +1775,7 @@ a#elfe {
grid-template-columns: 1fr 1fr 1fr;
background-color: var(--metadata-bg);
padding-bottom: 5px;
border: 1px solid #363636;
}
#themeselector {