f
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 13s

This commit is contained in:
x
2025-03-09 03:36:52 +01:00
parent 4416867ffe
commit ad6027ab20
2 changed files with 25 additions and 3 deletions

View File

@ -13,9 +13,30 @@
.metadata {
grid-template-columns: 0.4fr auto 0.4fr;
grid-template-rows: auto 1fr;
background-color: transparent;
border: none;
}
.steuerung {
font-size:xx-large;
font-family: monospace;
}
.steuerung a {
color: white;
}
.blahlol {
grid-column: 2;
}
span#favs {
background: transparent !important;
border: none !important;
}
.badge-dark, #themeselector {
background-color: unset;
border: unset;
}