css: Coverage cleanup

This commit is contained in:
Daniel 2023-03-17 18:11:03 +01:00
parent 89c13eb186
commit cd88b583d1

View File

@ -147,13 +147,6 @@ a {
opacity: .6; opacity: .6;
margin: 2px 12px; margin: 2px 12px;
} }
.source {
opacity: 1;
color: var(--color2);
}
.appname.about {
font-size: 36px;
}
.buttons { .buttons {
box-shadow: 2px 2px 8px #0002; box-shadow: 2px 2px 8px #0002;
display: flex; display: flex;
@ -375,9 +368,6 @@ a.box {
margin-right: 8px; margin-right: 8px;
padding: 12px; padding: 12px;
} }
.setting .desc {
opacity: .6;
}
.setting.checked { .setting.checked {
color: #EEE; color: #EEE;
background: #56F; background: #56F;