revert c4206b7d341c9f28285efa0582ab0271ddfeaa49
All checks were successful
website-main / prod-build (push) Successful in 9s
website-main / test-build (push) Successful in 6s

revert Static CMS v4 (#246)

- Static CMS v4
- switch from jsdelivr to unpkg due to performance issues
- custom themes
- preset view_group

Reviewed-on: #246
This commit is contained in:
2023-11-04 23:28:40 +01:00
parent c9b7b41d6b
commit d94cc5b584
8 changed files with 48 additions and 98 deletions

View File

@ -1,25 +0,0 @@
const GCGThemeDark = {
name: "GCG.Dark",
extends: "dark",
primary: {
main: "#ffbc3b",
contrastColor: "#4b4b4b",
},
background: {
main: "#1a1a37",
dark: "#13132d",
},
};
const GCGThemeLight = {
name: "GCG.Light",
extends: "light",
primary: {
main: "#1a1a37",
},
background: {
dark: "#f1f3f5",
},
};
export { GCGThemeDark, GCGThemeLight };