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 @@ + discord-rss-bot{% block title %}{% endblock %} {% block head %}{% endblock %} - + {% include "nav.html" %}
diff --git a/discord_rss_bot/templates/feed.html b/discord_rss_bot/templates/feed.html index d167584..d460487 100644 --- a/discord_rss_bot/templates/feed.html +++ b/discord_rss_bot/templates/feed.html @@ -1,14 +1,14 @@ {% extends "base.html" %} {% block title %} | {{ feed.title }}{% endblock %} {% block content %} -