feat: update theme colors for snowbreak subsite

This commit is contained in:
2026-08-13 11:58:42 +02:00
parent 843b963195
commit 8578f7fca4
2 changed files with 3 additions and 37 deletions
-34
View File
@@ -9179,40 +9179,6 @@
"node": ">=8.10.0"
}
},
"node_modules/tailwindcss/node_modules/yaml": {
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
"integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
"extraneous": true,
"license": "ISC",
"bin": {
"yaml": "bin.mjs"
},
"engines": {
"node": ">= 14.6"
},
"funding": {
"url": "https://github.com/sponsors/eemeli"
}
},
"node_modules/tailwindcss/node_modules/yaml": {
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
"integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
"dev": true,
"license": "ISC",
"optional": true,
"peer": true,
"bin": {
"yaml": "bin.mjs"
},
"engines": {
"node": ">= 14.6"
},
"funding": {
"url": "https://github.com/sponsors/eemeli"
}
},
"node_modules/tapable": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.3.tgz",
+3 -3
View File
@@ -90,10 +90,10 @@ module.exports = {
'primary-dark': '#82c3c6',
},
uch: {
primary: '#677A1A',
primary: '#FF6A13',
secondary: '#19a3dc',
'primary-dark': '#677A1A',
overlay: '#677A1A',
'primary-dark': '#FF6A13',
overlay: '#FF6A13',
},
ser: {
primary: '#006fb6',