Skip to content

Commit

Permalink
Update button colors in index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitjes06 committed Sep 26, 2024
1 parent 669861b commit 887b494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
}
Expand Down

0 comments on commit 887b494

Please sign in to comment.