essai de reglage largeur texte main

This commit is contained in:
hugogogo
2021-03-08 17:43:18 +01:00
parent edd79b3848
commit 360e10592a
4 changed files with 18 additions and 34 deletions

View File

@@ -33,32 +33,35 @@
--font-texts: 'louisgeorge';
--font-fallback: 'cabrion';
--max-p-width: 700px;
/* colors texts */
/*text*/
--color-text: hsl(0, 0%, 10%);
--color-text-light: hsl(0, 0%, 25%);
--color-text-strong: hsl(0, 0%, 5%);
/*links*/
--hue-link: 59;
--hue-link: 189;
--hue-link: 324;
--hue-link: 189;
--hue-link: 59;
--color-link: hsl(var(--hue-link), 70%, 40%);
--color-link-hover: hsl(var(--hue-link), 70%, 50%);
--color-link-active: hsl(var(--hue-link), 70%, 50%);
--color-link-visited: hsl(var(--hue-link), 70%, 20%);
--color-link-visited: hsl(var(--hue-link), 60%, 30%);
/*titles*/
--color-title-1: hsl(0, 0%, 10%);
--color-title-2: hsl(0, 0%, 10%);
/*skeleton*/
--gap-unit: 10px;
--max-screen: 1060px;
--max-screen: 1560px;
--base-font-size: 10px;
--nav-height: 40px;
--base-back-color: white;
--aside-left-width: 200px;
--aside-right-width: 200px;
--aside-margin: 30px;
--max-main-width: var(--max-p-width);
}