From 8638b52492db7aed24da05cbbf00bef0bc3139c8 Mon Sep 17 00:00:00 2001 From: IanWold Date: Fri, 27 Oct 2023 18:58:07 -0500 Subject: [PATCH] Update css to specify em and strong styling --- Static/site.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Static/site.css b/Static/site.css index b1e8f1e..d80a63b 100644 --- a/Static/site.css +++ b/Static/site.css @@ -356,6 +356,14 @@ header { word-spacing: 1; } + .post em { + font-style: italic; + } + + .post strong { + font-weight: 600; + } + .post code { font-size: 15px; line-height: 1.2;