From 887b494b2589314381870c20b53d6b5fe0cd9fb4 Mon Sep 17 00:00:00 2001 From: Gitjes06 Date: Thu, 26 Sep 2024 14:38:10 +0200 Subject: [PATCH] Update button colors in index.css --- index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.css b/index.css index 5a2e1d5..658fa88 100644 --- a/index.css +++ b/index.css @@ -10,8 +10,8 @@ --method-delete: #cf6679; /* Rötlich */ --border-color: #272727; /* Etwas helleres Grau */ --input-background: #1e1e1e; /* Dunkler Eingabefeld-Hintergrund */ - --button-background: #2c47c1; /* Dunkles Lila */ - --button-border: #838383; /* Lila Rahmen */ + --button-background: #ff4805; /* Dunkles Lila */ + --button-border: #ff7e4f; /* Lila Rahmen */ --white-text: #ffffff; /* Neue weiße Textfarbe */ --topbar-color: #2c2c2c; /* Neue, hellere Farbe für die Topbar */ }