From bba13d5d84ca89a96ed8b04594c0d83fed938c30 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Mon, 2 Jul 2018 21:50:32 +0200 Subject: [PATCH] Changed text color for blogs --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 3b01694..829ef54 100755 --- a/css/style.css +++ b/css/style.css @@ -884,7 +884,7 @@ nav.wrapper { width: 49%; } .post, .recent-post { - color: #666; + color: #343a40; border-bottom: 1px solid #eee; margin-bottom: 50px; padding: 0 5px 20px;