From 1caf73dce1539bafad3431c2d7219ee47c6bcba3 Mon Sep 17 00:00:00 2001 From: tymoteuszjozwiak Date: Fri, 15 Dec 2023 15:07:15 +0100 Subject: [PATCH] change btn-txt-color to white --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 495f71a..81474ee 100644 --- a/css/style.css +++ b/css/style.css @@ -3,7 +3,7 @@ --txt-color: #17171b; --hover-color: #454551; --btn-color: #17171b; - --btn-txt-color: #e3e7e6; + --btn-txt-color: #fff; --btn-hover-color: #454551; --quote-color: #454551; --card-shadow-color: #00000033;