From 0e33d6d616f987079da942d5b8b29b31d98a868e Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 17 Jun 2018 18:16:19 +0200 Subject: [PATCH] Changed text color --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index f8fae9d..1716b91 100755 --- a/css/style.css +++ b/css/style.css @@ -1757,5 +1757,6 @@ p.blogauthor { #post-month { background-color: #3399D4; - padding: 8px; + padding: 8px; + color: white; }