From d63f80c889d3937dcd300cd760fe449cfe5c646d Mon Sep 17 00:00:00 2001 From: John Wells Date: Tue, 27 Aug 2019 19:23:48 -0700 Subject: [PATCH] Revert "edit font color text for the blog" --- css/index.css | 1 - less/blog-page.less | 1 - 2 files changed, 2 deletions(-) diff --git a/css/index.css b/css/index.css index 48bc6db..adcc90e 100644 --- a/css/index.css +++ b/css/index.css @@ -497,7 +497,6 @@ footer { width: 70%; } .blog-container p { - color: #F2F2F2; margin-top: 10px; width: 70%; } diff --git a/less/blog-page.less b/less/blog-page.less index bda8d7a..cf0eb80 100644 --- a/less/blog-page.less +++ b/less/blog-page.less @@ -16,7 +16,6 @@ } p { - color: @white; margin-top: 10px; width: 70%; }