file persistence, load users from json, js packages updated

This commit is contained in:
2022-02-13 20:13:09 +01:00
parent dc73b6d991
commit 1182a7add8
36 changed files with 84656 additions and 4593 deletions
+13 -1
View File
@@ -22,8 +22,20 @@ const colours2 = {
color9: "#110d13",
color10: "#fff",
}
const colours3 = {
color1: "#abc4ff", // Contentbox-bg
color2: "#b6ccfe", // Site-bg
color3: "#edf2fb", // fg-main //hover
color4: "#4564AD", // available
color5: "#abc4ff", // contrast
color6: "#023e8a", // text
color7: "#d7e3fc",
color8: "#3a192ae0",
color9: "#b6ccfe", // disabled
color10: "#03045e", // sbox-text
}
const theme = {
colours: colours2
colours: colours3
}
export { theme, colours1 as colours }
export default theme