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