Skip to content

Commit

Permalink
Improve Korea Herald [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ping committed Aug 16, 2023
1 parent 5278214 commit 78fcc2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/korea-herald.recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
"""

Expand Down

0 comments on commit 78fcc2e

Please sign in to comment.