css
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user