ajusustement typo

This commit is contained in:
antonin gallon 2025-11-21 10:21:52 +01:00
parent 1d95a53126
commit af6feaf913

View file

@ -61,14 +61,15 @@
[data-theme="dark"] { [data-theme="dark"] {
--color-background: #000; --color-background: #000;
--color-primary: #ffffff; --color-primary: #ffffff;
--font-weight-light: 200;
} }
[data-theme="light"] { [data-theme="light"] {
--color-background: #ffffff; --color-background: #ffffff;
--color-primary: #000; --color-primary: #000;
--color-secondary-rgb: 140, 140, 140; --color-secondary-rgb: 140, 140, 140;
/* --color-secondary--light: rgba(var(--color-secondary-rgb), 0.4); --font-weight-light: 240;
--color-secondary--x-light: rgb(var(--color-secondary-rgb), 0.25); */
} }
@media screen and (min-width: 640px) { @media screen and (min-width: 640px) {
@ -82,9 +83,9 @@
--font-size-xl: calc(var(--font-size-l) * 1.5); --font-size-xl: calc(var(--font-size-l) * 1.5);
--font-size-xxl: calc(var(--font-size-xl) * 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-bold: 400;
--font-weight-extra-bold: 550; --font-weight-extra-bold: 550; */
--body-padding: calc(10 * var(--unit--horizontal)); --body-padding: calc(10 * var(--unit--horizontal));
} }