From 78fcc2e53adf6f701ab45960e7a3c05a18bed2ca Mon Sep 17 00:00:00 2001 From: ping Date: Wed, 16 Aug 2023 12:19:54 +0800 Subject: [PATCH] Improve Korea Herald [skip ci] --- recipes/korea-herald.recipe.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/korea-herald.recipe.py b/recipes/korea-herald.recipe.py index 3053dd8d..05731052 100644 --- a/recipes/korea-herald.recipe.py +++ b/recipes/korea-herald.recipe.py @@ -36,6 +36,9 @@ class KoreaHerald(BasicNewsrackRecipe, BasicNewsRecipe): ] extra_css = """ + h1.news_title { font-size: 1.8rem; margin-bottom: 0.4rem; } + h2.news_title { font-size: 1.2rem; font-style: italic; font-weight: normal; margin-bottom: 0.8rem; } + p.news_date { margin-top: 0.2rem; } .img_caption { font-size: 0.8rem; margin-top: 0.2rem; display: block; } """