fix(settings): started settings cleanup

This commit is contained in:
trashtemp
2021-12-24 17:39:25 +01:00
parent 739dd53637
commit bdc84b1d98
8 changed files with 35 additions and 132 deletions

View File

@@ -255,6 +255,16 @@
font-weight: 600;
}
details {
summary {
font-size: 0.8125rem;
font-weight: 700;
text-transform: uppercase;
color: var(--secondary-foreground);
cursor: pointer;
}
}
.footer {
border-top: 1px solid;
margin: 0;