feat: implement settings

This commit is contained in:
2024-04-18 18:39:24 +02:00
parent e7f43020dc
commit 36faeae886
39 changed files with 1398 additions and 196 deletions

View File

@@ -49,6 +49,8 @@ body {
--background-color-darker: #101010;
--text-color: #aeaeae;
color: var(--text-color);
background-color: var(--background-color-darker);
}