From fccc5b95fd47fb01a7d075d45f0c3943cb5514aa Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Thu, 7 Jan 2021 18:09:21 -0700 Subject: Add follow button and spruce up the follow page --- assets/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets') diff --git a/assets/main.css b/assets/main.css index d1ce662..ef9b9d4 100644 --- a/assets/main.css +++ b/assets/main.css @@ -35,7 +35,6 @@ ul { #title-header .title { margin: 0; font-size: 4.4rem; /* magic number yooooo */ - font-weight: bold; } #title-header .title a { @@ -83,6 +82,7 @@ footer { #post-headline { margin: 0; + font-weight: bold; } #post-content ul { -- cgit v1.2.3