eslint & prettier update; api fetching from static server

This commit is contained in:
2024-03-27 16:10:53 +01:00
parent f9276f6c71
commit 337425d21c
37 changed files with 636 additions and 565 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ div {
user-select: none;
&::before {
content: "\2716";
content: '\2716';
margin-right: 0.5em;
color: #aaa;
}
@@ -51,7 +51,7 @@ input {
&::before {
color: palegreen;
content: "\2714";
content: '\2714';
}
}
}