From af6feaf913455e3c4aa18ab4ab59d5cac8834286 Mon Sep 17 00:00:00 2001 From: antonin gallon Date: Fri, 21 Nov 2025 10:21:52 +0100 Subject: [PATCH] ajusustement typo --- assets/css/style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 83e47ce..6e874f6 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -61,14 +61,15 @@ [data-theme="dark"] { --color-background: #000; --color-primary: #ffffff; + + --font-weight-light: 200; } [data-theme="light"] { --color-background: #ffffff; --color-primary: #000; --color-secondary-rgb: 140, 140, 140; - /* --color-secondary--light: rgba(var(--color-secondary-rgb), 0.4); - --color-secondary--x-light: rgb(var(--color-secondary-rgb), 0.25); */ + --font-weight-light: 240; } @media screen and (min-width: 640px) { @@ -82,9 +83,9 @@ --font-size-xl: calc(var(--font-size-l) * 1.5); --font-size-xxl: calc(var(--font-size-xl) * 1.5); - --font-weight-light: 200; + /* --font-weight-light: 200; --font-weight-bold: 400; - --font-weight-extra-bold: 550; + --font-weight-extra-bold: 550; */ --body-padding: calc(10 * var(--unit--horizontal)); }