initial commit

This commit is contained in:
2025-12-02 16:51:17 +01:00
commit f1434656cd
33 changed files with 6126 additions and 0 deletions

31
src/style.css Normal file
View File

@@ -0,0 +1,31 @@
.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;
}