From 56782e9723a67036d2cd3559c65f96850a979e88 Mon Sep 17 00:00:00 2001 From: HOSTINGAHMD Date: Sun, 31 Oct 2021 22:57:39 +0500 Subject: [PATCH] Update main.css --- css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/main.css b/css/main.css index 753f1ea..cf9eb08 100644 --- a/css/main.css +++ b/css/main.css @@ -32,7 +32,7 @@ a { } .title-main { - color: #59a2e1; + color: #000000; padding-top: 4px; margin-top: 25px; margin-bottom: 34px; @@ -63,7 +63,7 @@ a { } .info-text { - color: #3c555f; + color: #59a2e1; font-size: 19px; font-weight: bold; }