filed font-size

This commit is contained in:
Julie Blanc 2025-12-10 13:29:14 +01:00
parent 76274fff04
commit d88758b226
10 changed files with 63 additions and 44 deletions

View file

@ -9,7 +9,7 @@
--color-txt: var(--color-interface-800);
--color-txt: var(--color-interface-900);
--color-panel-bg: var(--color-interface-050);
--color-page-highlight: #ff8a50;
@ -20,6 +20,8 @@
--space-xs: 0.5rem;
--space-s: 1rem;
--space: 1.5rem;
--space-m: 2rem;
--space-big: 3em;
--curve: cubic-bezier(0.86, 0, 0.07, 1);
@ -34,4 +36,5 @@
font-size: 14px;
--panel-w: 540px;
--panel-nav-h: 60px;
}