From 3bbb6cff34e4ab3f29e4246088536e92a7c226b9 Mon Sep 17 00:00:00 2001 From: obvTiger Date: Thu, 3 Apr 2025 17:50:23 +0200 Subject: [PATCH] fixed colors --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 81c3027..cca9991 100644 --- a/style.css +++ b/style.css @@ -133,7 +133,7 @@ nav { .button-primary { background-color: var(--text-primary); - color: var(--dark-bg); + color: var(--dark-bg); box-shadow: 0 4px 0 rgba(128, 128, 128, 1); } @@ -146,7 +146,7 @@ nav { } .button-secondary { - background-color: #333333; + background-color: #262626; color: var(--text-primary); border: none; box-shadow: 0 4px 0 rgba(128, 128, 128, 0.5);