This commit is contained in:
4DBug
2026-08-26 18:28:49 -05:00
parent 9e93df5961
commit 145851a32e
15 changed files with 1215 additions and 272 deletions
+18 -18
View File
@@ -8,20 +8,20 @@
:root {
/* ---- palette (retheme here) ----------------------------------------- */
--color-bg: #0b0d10; /* page background */
--color-surface: #14171c; /* cards, panels */
--color-surface-hover: #1c2129; /* hover state for surfaces */
--color-surface-2: #191d24; /* inputs, alt surfaces */
--color-border: #262c35; /* default borders */
--color-border-strong: #39424f; /* visible borders / hover borders */
--color-text: #eceff3; /* primary text */
--color-text-dim: #98a2b0; /* secondary text */
--color-text-faint: #5f6b7a; /* tertiary text */
--color-accent: #4f8cff; /* brand / primary action color */
--color-accent-hover: #6ea1ff;
--color-accent-text: #ffffff; /* text on accent buttons */
--color-bg: #0a0a0a; /* page background */
--color-surface: #141414; /* cards, panels */
--color-surface-hover: #1d1d1d; /* hover state for surfaces */
--color-surface-2: #1a1a1a; /* inputs, alt surfaces */
--color-border: #262626; /* default borders */
--color-border-strong: #3a3a3a; /* visible borders / hover borders */
--color-text: #f2f2f2; /* primary text */
--color-text-dim: #9a9a9a; /* secondary text */
--color-text-faint: #5c5c5c; /* tertiary text */
--color-accent: #00e08b; /* brand / primary action color */
--color-accent-hover: #33ecab;
--color-accent-text: #04110a; /* text on accent buttons */
--color-danger: #ff6b6b;
--color-success: #46c98f;
--color-success: #00e08b;
--color-star: #ffc94d; /* rating stars */
/* ---- typography ------------------------------------------------------ */
@@ -51,12 +51,12 @@
--space-8: 64px;
/* ---- shape ------------------------------------------------------------- */
--radius-sm: 6px;
--radius-md: 10px;
--radius-lg: 14px;
--radius-sm: 8px;
--radius-md: 12px;
--radius-lg: 16px;
--radius-full: 999px;
--shadow-1: 0 2px 8px rgba(0, 0, 0, 0.35);
--shadow-2: 0 12px 40px rgba(0, 0, 0, 0.5);
--shadow-1: 0 2px 8px rgba(0, 0, 0, 0.45);
--shadow-2: 0 12px 40px rgba(0, 0, 0, 0.6);
/* ---- layout ------------------------------------------------------------ */
--container-max: 1280px;