This commit is contained in:
crieke
2026-04-15 03:43:48 +02:00
parent 1222396af4
commit ba8a809d13

View File

@@ -1,7 +1,3 @@
body {
padding-top: 5rem;
}
.roon-template {
padding: 1rem 1.5rem;
text-align: center;
@@ -36,7 +32,7 @@ body {
filter: alpha(opacity=0);
opacity: 0;
outline: none;
background: white;
background: var(--bs-body-bg);
cursor: inherit;
display: block;
}
@@ -95,7 +91,7 @@ input:checked + .toggle-track::after {
#contriblist:nth-child(odd) {
background: #eeeeee;
background: var(--bs-secondary-bg);
}
.card {