From 6018e3ac4aba21530a779b9d2dc29931e7ce7dc3 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 2 Jan 2024 10:04:46 -0800 Subject: [PATCH] chore: bold author name --- src/assets/styles/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index 401e4c05..2410461e 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -794,6 +794,7 @@ article .now__section--header { .author__wrapper > .avatar__wrapper span { font-size: var(--font-size-lg); line-height: var(--line-height-lg); + font-weight: 700; } .author__wrapper > .avatar__wrapper,