Erste Veröffentlichung

This commit is contained in:
2025-05-10 22:08:52 +02:00
parent 86615e280f
commit 34d0f9c0f3
8 changed files with 37 additions and 154 deletions

View File

@@ -21,8 +21,8 @@
--card-bg: #ffffff;
--text: #000000;
--text-muted: #1f2933;
--accent: #2563eb; /* Indigo600 */
--accent-light: #3b82f6; /* Indigo500 */
--accent: #f6bb3b; /* Indigo600 */
--accent-light: #f6da3b; /* Indigo500 */
--code-bg: #f1f5f9;
--code-border: #e2e8f0;
--radius: 0.75rem;
@@ -41,8 +41,8 @@
--card-bg: #161b22;
--text: #ffffff;
--text-muted: #e4e8ec;
--accent: #3b82f6;
--accent-light:#60a5fa;
--accent: #f6bb3b;
--accent-light:#f6da3b;
--code-bg: #1e242c;
--code-border: #30363d;
--shadow: 0 4px 16px rgba(0,0,0,.32);