From 8578f7fca49cccb1b6d0143318e7b6f9732cacce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Thu, 13 Aug 2026 11:58:42 +0200 Subject: [PATCH] feat: update theme colors for snowbreak subsite --- package-lock.json | 34 ---------------------------------- tailwind.config.js | 6 +++--- 2 files changed, 3 insertions(+), 37 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e2df6d2..05086a8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/tailwind.config.js b/tailwind.config.js index b2d0b20d..f0f66aaf 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -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',