From 14d3a7b3e35c04e0931f6bee92fdbfd8cfc358ff Mon Sep 17 00:00:00 2001 From: Yvv Date: Fri, 27 Feb 2026 12:42:44 +0100 Subject: [PATCH] =?UTF-8?q?Logo=20=C2=A7=20restaur=C3=A9,=20couleur=20unie?= =?UTF-8?q?=20partout,=20palettes=20printemps/=C3=A9t=C3=A9=20plus=20chaud?= =?UTF-8?q?es,=20rectifs=20admin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- app/assets/css/main.css | 9 +- app/components/layout/TheHeader.vue | 15 +- app/stores/palette.ts | 32 +- site/bookplayer.config.yml | 464 ++++++++++------------------ uno.config.ts | 2 +- 5 files changed, 185 insertions(+), 337 deletions(-) diff --git a/app/assets/css/main.css b/app/assets/css/main.css index 9f99248..a120d51 100644 --- a/app/assets/css/main.css +++ b/app/assets/css/main.css @@ -146,14 +146,7 @@ a { .palette-light .prose { color: hsl(var(--color-text)); } .palette-light .prose :where(h1,h2,h3,h4,h5,h6) { color: hsl(var(--color-text)); } -/* text-gradient in light mode — vivid gradient */ -.palette-light .text-gradient { - background-image: linear-gradient(135deg, hsl(var(--color-primary)), hsl(var(--color-accent))); - -webkit-background-clip: text; - background-clip: text; - -webkit-text-fill-color: transparent; - color: transparent !important; -} +/* text-gradient — solid primary color everywhere */ /* card surfaces — subtle shadow for depth */ .palette-light .card-surface { diff --git a/app/components/layout/TheHeader.vue b/app/components/layout/TheHeader.vue index 7679f22..311374b 100644 --- a/app/components/layout/TheHeader.vue +++ b/app/components/layout/TheHeader.vue @@ -3,7 +3,7 @@
-