From ec5dfeca9f2ea26cdaeca2445aae94ebddf36b46 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Fri, 1 Sep 2023 15:17:48 +0200 Subject: [PATCH] updated colors --- assets/css/style.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index d271d88..5296dfb 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -433,7 +433,7 @@ section { .section-title span { position: absolute; top: 30px; - color: #eef0f2; + color: #3b434a17; left: 0; right: 0; z-index: 1; @@ -443,10 +443,6 @@ section { line-height: 0; } -#test span { - color: #3b434a17; -} - .section-title p { margin-bottom: 0; position: relative;