Files
VoidManifest/data/resources/style.css
2025-12-08 23:35:12 +01:00

38 lines
487 B
CSS

.disabled {
background: rgb(29,29,29);
}
.toggle:checked {
background: var(--accent-bg-color);
}
.toggle:hover {
background: color-mix(in srgb, #222226 ,var(--accent-color) 20%);
}
.toggle:active {
background: var(--accent-color);
}
flowboxchild:hover {
background: #222222;
}
.flowbox:active {
background: #222222;
}
.box:active {
background: #222222;
}
.bold {
font-weight: bold;
}
.list-title > box > box.header {
font-size: 1.75rem;
font-weight: bold;
}