Fix quote element

This commit is contained in:
ydig 2025-04-19 11:52:48 +08:00 committed by GitHub
parent 7159dbb653
commit c96399e117
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@ class Espresso(BasicNewsRecipe):
extra_css = ''' extra_css = '''
h1 { text-align:center; } h1 { text-align:center; }
._main-image, ._description, .sub, .calibre-nuked-tag-figcaption { text-align:center; font-size:small; } ._main-image, ._description, .sub, .calibre-nuked-tag-figcaption { text-align:center; font-size:small; }
._quote-container { font-size:x-large; font-style:italic; color:#202020; } blockquote { font-size:x-large; font-style:italic; color:#202020; }
''' '''
keep_only_tags = [dict(name='main', attrs={'id': 'content'})] keep_only_tags = [dict(name='main', attrs={'id': 'content'})]