Elo calculator

This commit is contained in:
Timothy Armes
2023-09-14 14:46:13 +02:00
parent ac467d7c38
commit 2d0c006446
9 changed files with 277 additions and 18 deletions
+2
View File
@@ -27,6 +27,8 @@ module.exports = {
900: "#00151F",
950: "#000203",
},
success: "#00ac39",
error: "#ea5f17",
},
minHeight: {
// We use 100svh, falling back to the the --1svh var that we add as a polyfill for older browsers.