diff --git a/discord_rss_bot/static/styles.css b/discord_rss_bot/static/styles.css new file mode 100644 index 0000000..392b04a --- /dev/null +++ b/discord_rss_bot/static/styles.css @@ -0,0 +1,12 @@ +body { + background: #111111; +} + +.summary { + max-height: 450px; + overflow-y: auto +} + +.border { + background: #161616; +} \ No newline at end of file diff --git a/discord_rss_bot/templates/base.html b/discord_rss_bot/templates/base.html index abbe713..030ae10 100644 --- a/discord_rss_bot/templates/base.html +++ b/discord_rss_bot/templates/base.html @@ -6,10 +6,11 @@ +