style: alle font-family auf Poppins umgestellt

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ferdinand
2026-04-03 14:00:32 +02:00
parent 2c67d4e452
commit cf31d6bbd2
3 changed files with 5 additions and 5 deletions

View File

@@ -64,7 +64,7 @@ main { padding: 1.5rem; max-width: 900px; margin: 0 auto; }
padding: 0.4rem 0.6rem;
border: 1px solid #ccc;
border-radius: 6px;
font-family: monospace;
font-family: 'Poppins', sans-serif;
font-size: 0.9rem;
width: 140px;
}
@@ -148,7 +148,7 @@ button.action-btn:hover { background: #f0f0f0; }
gap: 0.25rem;
}
.harmony-swatch .swatch { width: 56px; height: 56px; }
.harmony-swatch span { font-size: 0.75rem; font-family: monospace; }
.harmony-swatch span { font-size: 0.75rem; font-family: 'Poppins', sans-serif; }
/* --- Utility classes --- */
.swatch-cell {