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 0cd7f7e5a7 - Show all commits
+2 -1
View File
@@ -25,7 +25,8 @@ body {
text-decoration: none;
}
.link:hover:not(.button-link) {
.link:hover:not(.button-link), .link:focus:not(.button-link) {
outline: none;
text-decoration: underline;
}