From 854658259781e8d056a1e71aaed139a93c2c828e Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 22 Apr 2018 17:42:59 +0200 Subject: [PATCH] Fixed color for h1 --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index b96a37b..de42e90 100755 --- a/css/style.css +++ b/css/style.css @@ -203,7 +203,7 @@ h1, h2, h3, h4, h5, h6 { text-transform: uppercase; letter-spacing: 0px; } -.blogdate h1 { +h1.blogdate { font-size: 90px; color: #3399d4; margin-bottom: 0px;