Shadoks visibles : opacités ×3, tailles augmentées, fonds moins noirs
- Opacités Shadoks : 0.1 → 0.25-0.35 (enfin visibles) - Tailles SVG augmentées (clamp min/max relevés de 20-40%) - Fix pumper hors écran (right: -15% → 3%) - Footer pattern : opacités internes ×3 - Fonds palettes dark éclaircis (bg 4% → 7%, surface 9% → 12%) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -53,9 +53,9 @@ const { data: page } = await useAsyncData('about', () =>
|
||||
.shadok-philosopher {
|
||||
position: absolute;
|
||||
right: 3%;
|
||||
bottom: 8%;
|
||||
width: clamp(90px, 13vw, 180px);
|
||||
opacity: 0.1;
|
||||
bottom: 6%;
|
||||
width: clamp(120px, 15vw, 220px);
|
||||
opacity: 0.3;
|
||||
pointer-events: none;
|
||||
color: hsl(var(--color-primary));
|
||||
animation: shadok-float-philosopher 11s ease-in-out infinite;
|
||||
|
||||
@@ -148,8 +148,8 @@ const filteredSongs = computed(() => {
|
||||
position: absolute;
|
||||
right: 2%;
|
||||
top: 3%;
|
||||
width: clamp(100px, 14vw, 190px);
|
||||
opacity: 0.1;
|
||||
width: clamp(120px, 16vw, 230px);
|
||||
opacity: 0.3;
|
||||
pointer-events: none;
|
||||
color: hsl(var(--color-accent));
|
||||
animation: shadok-float-dj 8s ease-in-out infinite;
|
||||
|
||||
@@ -140,9 +140,9 @@ code {
|
||||
.shadok-alchemist {
|
||||
position: absolute;
|
||||
right: 2%;
|
||||
top: 15%;
|
||||
width: clamp(100px, 14vw, 190px);
|
||||
opacity: 0.1;
|
||||
top: 10%;
|
||||
width: clamp(120px, 16vw, 230px);
|
||||
opacity: 0.3;
|
||||
pointer-events: none;
|
||||
color: hsl(var(--color-accent));
|
||||
animation: shadok-float-alchemist 10s ease-in-out infinite;
|
||||
|
||||
@@ -121,9 +121,9 @@ const { data: chapters } = await useAsyncData('book-toc', () =>
|
||||
.shadok-reader {
|
||||
position: absolute;
|
||||
right: 2%;
|
||||
top: 5%;
|
||||
width: clamp(90px, 13vw, 180px);
|
||||
opacity: 0.1;
|
||||
top: 3%;
|
||||
width: clamp(110px, 15vw, 220px);
|
||||
opacity: 0.3;
|
||||
pointer-events: none;
|
||||
color: hsl(var(--color-primary));
|
||||
animation: shadok-float-reader 9s ease-in-out infinite;
|
||||
@@ -133,8 +133,8 @@ const { data: chapters } = await useAsyncData('book-toc', () =>
|
||||
position: absolute;
|
||||
left: 2%;
|
||||
bottom: 5%;
|
||||
width: clamp(80px, 11vw, 150px);
|
||||
opacity: 0.1;
|
||||
width: clamp(100px, 13vw, 180px);
|
||||
opacity: 0.25;
|
||||
pointer-events: none;
|
||||
color: hsl(var(--color-accent));
|
||||
animation: shadok-float-stack 11s ease-in-out infinite;
|
||||
|
||||
Reference in New Issue
Block a user