Make base-100 transparent to inherit WHM background

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
shuki
2026-03-04 05:33:18 +02:00
parent 5a8470b3f5
commit 100bad0599
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -9,7 +9,7 @@
default: true; default: true;
color-scheme: light; color-scheme: light;
--color-base-100: oklch(100% 0 0); --color-base-100: transparent;
--color-base-200: oklch(97% 0 0); --color-base-200: oklch(97% 0 0);
--color-base-300: oklch(89.8% 0 0); --color-base-300: oklch(89.8% 0 0);
--color-base-content: oklch(30.9% 0.116 258.9); --color-base-content: oklch(30.9% 0.116 258.9);