From 6c876fd00af4565f731b3415ec9a4bbcfab0abd6 Mon Sep 17 00:00:00 2001 From: unkn0w7n <51942695+unkn0w7n@users.noreply.github.com> Date: Fri, 17 May 2024 12:01:08 +0530 Subject: [PATCH] .... --- recipes/lrb.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/lrb.recipe b/recipes/lrb.recipe index d57923e926..ec30147f2a 100644 --- a/recipes/lrb.recipe +++ b/recipes/lrb.recipe @@ -32,7 +32,7 @@ class LondonReviewOfBooksPayed(BasicNewsRecipe): requires_version = (3, 0, 0) masthead_url = 'https://www.mylrb.co.uk/out/lrb-2014/img/logo-2x.png' extra_css = ''' - .article-word-count, .article-tag-holder { font-size:small; color:#202020; } + .article-word-count, #article-tag-holder { font-size:small; color:#202020; } .embedded-image-caption { font-size:small; text-align:center; } blockquote, em { color:#202020; } '''