From 04a16e35a93a78b11118be7686838ab9fbab0e00 Mon Sep 17 00:00:00 2001 From: Erin Nova Date: Fri, 3 Jun 2022 07:46:15 -0400 Subject: [PATCH] Change feed styling --- static/style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/static/style.css b/static/style.css index 3fdebdb..48ba1ee 100644 --- a/static/style.css +++ b/static/style.css @@ -65,3 +65,21 @@ label { margin-top: 0px; padding-top: 5px; } + +#messages h3, #messages p { + margin-bottom: 0px; +} +#messages p { + margin-top: 0px; +} + +#message_text { + margin: auto; + display: block; + width: 100%; +} + +::selection { + color: #EEEEEE; + background-color: #444; +}