From b74a37ba646a258a51e51839478760c48b4fa756 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 2 Jun 2024 12:44:05 +0200 Subject: [PATCH] changed border color --- src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index a0cc4f2..45a31dd 100644 --- a/src/App.css +++ b/src/App.css @@ -60,7 +60,7 @@ font-size: 15px; letter-spacing: 1.2px; font-family: "Assistant", sans-serif; - border: 1px solid #fff; + border: 1px solid #af9363; } .show-more-button:hover {