From ec56c7b9f569a416317936ae4a1b320c46b1e27d Mon Sep 17 00:00:00 2001 From: BurnyLlama Date: Sat, 13 Aug 2022 10:25:44 +0200 Subject: [PATCH] CSS improvements. --- assets/css/theme.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/assets/css/theme.css b/assets/css/theme.css index 3427b0f..b5b1013 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -82,6 +82,16 @@ b, strong { font-family: 'Manrope SemiBold', sans-serif; font-weight: bold; + font-size: inherit; + font-style: inherit; +} + +i, +em { + font-family: inherit; + font-weight: inherit; + font-style: italic; + font-size: inherit; } .centered { @@ -175,4 +185,4 @@ img { margin: 1rem 5%; border-radius: .5rem; box-shadow: 0 1rem 2rem var(--grey1); -} \ No newline at end of file +}