From 5205a1fc3b20dba98de9fd8c732fd1a107cf11b0 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 29 Dec 2020 02:36:08 +0100 Subject: [PATCH] Don't underline title. --- static/blog.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/blog.css b/static/blog.css index 660938f..ac29b88 100644 --- a/static/blog.css +++ b/static/blog.css @@ -1,3 +1,8 @@ +.header a.title +{ + text-decoration: none; +} + .paragraph p { text-indent: 2ch;