code adaptation for API changes; tons changed to kilos

This commit is contained in:
2024-02-19 17:37:46 +01:00
parent 77cb64e25a
commit 83f5b07c7e
25 changed files with 365 additions and 234 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";
}
}
}