Palettes harmoniques, logo g breve (Decision), Protocoles promu

- Moods: palettes multi-teintes (secondary, tertiary par mood)
  Peps: corail/ocre/bleu electrique ; Zen: sauge/lavande/terre cuite
  Chagrine: violet/cyan/magenta/or ; Grave: ambre/cuivre/bleu acier
- Logo: gavel + g(Decision) — incompletude de Godel
- Dashboard: 4 cartes d'entree (Documents, Decisions, Protocoles, Mandats)
  chacune avec sa couleur propre
- Protocoles promu au meme rang que les autres sections
  (boite a outils de vote + workflows n8n via MCP)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Yvv
2026-02-28 19:39:25 +01:00
parent 61a414d214
commit 9b6388a600
5 changed files with 169 additions and 133 deletions

View File

@@ -90,8 +90,8 @@ function isActive(to: string) {
<UIcon name="i-lucide-menu" class="text-lg" />
</button>
<NuxtLink to="/" class="app-header__logo">
<span class="app-header__logo-mark">G</span>
<span class="app-header__logo-text">libredecision</span>
<UIcon name="i-lucide-gavel" class="app-header__logo-icon" />
<span class="app-header__logo-g">ğ</span><span class="app-header__logo-paren">(</span><span class="app-header__logo-word">Decision</span><span class="app-header__logo-paren">)</span>
</NuxtLink>
</div>
@@ -207,7 +207,7 @@ function isActive(to: string) {
<!-- Footer -->
<footer class="app-footer">
<span>Glibredecision v0.1.0</span>
<span>ğ(Decision) v0.1.0</span>
<span class="app-footer__sep">·</span>
<span>Licence libre</span>
</footer>
@@ -268,18 +268,31 @@ function isActive(to: string) {
.app-header__logo {
text-decoration: none;
display: flex;
align-items: baseline;
gap: 0;
align-items: center;
gap: 0.375rem;
}
.app-header__logo-mark {
.app-header__logo-icon {
font-size: 1.125rem;
color: var(--mood-accent);
}
.app-header__logo-g {
font-size: 1.25rem;
font-weight: 800;
color: var(--mood-accent);
line-height: 1;
font-style: italic;
}
.app-header__logo-text {
.app-header__logo-paren {
font-size: 0.9375rem;
font-weight: 300;
color: var(--mood-text-muted);
letter-spacing: -0.02em;
}
.app-header__logo-word {
font-size: 0.9375rem;
font-weight: 600;
color: var(--mood-text);