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

This commit is contained in:
x 2025-03-09 21:59:14 +01:00
parent 7d8baa1da3
commit e3cda9faf4

View File

@ -45,4 +45,32 @@ span#favs {
.badge-dark, #themeselector { .badge-dark, #themeselector {
background-color: unset; background-color: unset;
border: unset; border: unset;
}
._204863 {
background: none;
border: none;
}
.media-object {
border: none;
}
.v0ck {
background: transparent;
}
.wrapper {
height: 100%;
display: grid;
justify-content: right;
grid-template-columns: 1fr;
grid-template-rows: auto auto auto;
width: 100%;
background: #14755e0a;
position: fixed;
}
#main {
grid-row: 2;
} }