finished assignment 3 - 100%

This commit is contained in:
Christopher Sanden
2026-03-16 17:42:22 +01:00
parent a4c2d55aea
commit ca915ec8e8
33 changed files with 2869 additions and 711 deletions

View File

@@ -14,8 +14,8 @@ const lightPalette = {
}
const darkPalette = {
background: "#000000",
surface: "#0b0b0b",
background: "#191919",
surface: "#343232",
elevated: "#111111",
text: "#ffffff",
mutedText: "#b8b8b8",