forked from yvv/decision
Typo Plus Jakarta Sans + renommage libreDecision + mode démo prod + seed mandats
- Fonte : Nunito → Plus Jakarta Sans (moderne, ronde sans être toy) - Logo : ğ(Decision) → libreDecision (libre italic/muted + Decision bold) - Footer et watermark DocumentPreview mis à jour - Mode démo : DEMO_MODE flag dans config.py + auth.py (profils rapides en prod) - docker-compose : ENVIRONMENT=production explicite + DEMO_MODE=true par défaut - Seed : +décision Licence G1 v0.4.0, +3 mandats (ComTech, Admin Forgerons, Modération) runner 7→10 étapes, import Mandate/MandateStep ajouté Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* ==========================================================================
|
||||
ğ(Decision) — Mood / Ambiance System
|
||||
libreDecision — Mood / Ambiance System
|
||||
Palettes harmoniques variees, colores en lite, lumineux en dark.
|
||||
========================================================================== */
|
||||
|
||||
@@ -144,7 +144,7 @@
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Global design tokens — Nunito, rounded, borderless
|
||||
Global design tokens — Plus Jakarta Sans, rounded, borderless
|
||||
========================================================================== */
|
||||
|
||||
*,
|
||||
@@ -154,12 +154,12 @@
|
||||
}
|
||||
|
||||
html {
|
||||
font-family: 'Nunito', system-ui, -apple-system, sans-serif;
|
||||
font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Nunito', system-ui, -apple-system, sans-serif;
|
||||
font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
|
||||
transition: background-color 0.3s ease, color 0.3s ease;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
@@ -234,7 +234,7 @@ input:focus, select:focus, textarea:focus {
|
||||
:root [class*="u-button"],
|
||||
:root [data-variant] {
|
||||
border: none !important;
|
||||
font-family: 'Nunito', system-ui, sans-serif !important;
|
||||
font-family: 'Plus Jakarta Sans', system-ui, sans-serif !important;
|
||||
}
|
||||
|
||||
:root input,
|
||||
@@ -244,5 +244,5 @@ input:focus, select:focus, textarea:focus {
|
||||
:root [class*="USelect"],
|
||||
:root [class*="UTextarea"] {
|
||||
border: none !important;
|
||||
font-family: 'Nunito', system-ui, sans-serif !important;
|
||||
font-family: 'Plus Jakarta Sans', system-ui, sans-serif !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user