Feat(settings): add renderer for settings configuration #142

Merged
jakob.scheid merged 88 commits from feature/settings-renderer into main 2026-07-28 20:14:50 +02:00
Showing only changes of commit 81252bf95d - Show all commits
+1
View File
@@ -54,6 +54,7 @@ input {
.button { .button {
background-color: var(--light-bg); background-color: var(--light-bg);
border: none; border: none;
cursor: pointer;
} }
.button:focus { .button:focus {