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;