From d306d8dac94293574e3ebac60156ad9434c0c450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Sun, 11 Dec 2022 21:55:12 +0100 Subject: [PATCH] Update styles.css --- discord_rss_bot/static/styles.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/discord_rss_bot/static/styles.css b/discord_rss_bot/static/styles.css index 392b04a..c27b811 100644 --- a/discord_rss_bot/static/styles.css +++ b/discord_rss_bot/static/styles.css @@ -2,11 +2,13 @@ body { background: #111111; } +.border { + background: #161616; +} + +/* Used in feed.html for minimizing the height when expanding the summary and content */ .summary { max-height: 450px; overflow-y: auto } -.border { - background: #161616; -} \ No newline at end of file