From 73eeace4941d1fb7799d4eef583d7950477281a3 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 29 Dec 2020 18:43:08 +0100 Subject: [PATCH] Set title color to default text color. --- assets/blog.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/blog.css b/assets/blog.css index ac29b88..177318b 100644 --- a/assets/blog.css +++ b/assets/blog.css @@ -1,6 +1,7 @@ .header a.title { text-decoration: none; + color: initial; } .paragraph p