diff --git a/package.json b/package.json index 180aee5..66894ee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "life-trinket", "private": true, - "version": "0.9.9", + "version": "0.9.91", "type": "commonjs", "engines": { "node": ">=20", diff --git a/tailwind.config.ts b/tailwind.config.ts index 1f25bf8..9e2aa4b 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -14,7 +14,7 @@ export const baseColors = { background: { default: '#08253B', backdrop: 'rgba(0, 0, 0, 0.3)', - settings: 'rgba(20, 20, 0, 0.9)', + settings: 'rgba(0, 0, 0, 0.8)', }, icons: { dark: '#00000080',