This commit is contained in:
unkn0w7n 2023-06-26 01:18:59 +05:30
parent a655f3cfac
commit 0c6f9949cd
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ class Bloomberg(BasicNewsRecipe):
delay = 3 # seconds
extra_css = '''
#auth {font-size:small; font-weight:bold;}
#time {font-size:small;}
#time, .chart {font-size:small;}
#subhead {font-style:italic; color:#404040;}
.news-figure-caption-text, #cap {font-size:small; text-align:center;}
.news-figure-credit {font-size:small; text-align:center; color:#202020;}

View File

@ -18,7 +18,7 @@ class Bloomberg(BasicNewsRecipe):
extra_css = '''
#auth {font-size:small; font-weight:bold;}
#time {font-size:small;}
#time, .chart {font-size:small;}
#subhead {font-style:italic; color:#404040;}
#cat {font-size:small; color:gray;}
.news-figure-caption-text, #cap {font-size:small; text-align:center;}