diff options
Diffstat (limited to 'assets/main.css')
-rw-r--r-- | assets/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |