Change a few colors and setup the theme switch to test the light theme

This commit is contained in:
2024-11-04 13:49:49 +01:00
parent 5ce2d3e236
commit 633231f821
4 changed files with 29 additions and 7 deletions

View File

@@ -61,10 +61,10 @@ export default defineNuxtConfig({
0: "#ffffff",
5: "#fcfcfc",
10: "#fafafa",
20: "#f6f6f6",
25: "#e3e3e3",
30: "#e0e0e0",
35: "#d4d4d4",
20: "#f7f7f7",
25: "#e4e4e4",
30: "#dfdfdf",
35: "#d2d2d2",
40: "#bdbdbd",
50: "#ababab",
60: "#707070",