From 6391723514f5b07d1245220b3a53988b2d993b43 Mon Sep 17 00:00:00 2001 From: rav4s Date: Fri, 18 Dec 2020 13:42:23 -0600 Subject: [PATCH] Make button float correctly --- static/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/styles.css b/static/styles.css index d714c3c..68011a4 100644 --- a/static/styles.css +++ b/static/styles.css @@ -34,13 +34,14 @@ a.none { a.overridefloat { float: none; - color: black; text-align: center; padding: 12px; text-decoration: none; font-size: 18px; line-height: 25px; border-radius: 4px; + background-color: dodgerblue; + color: white; } a.text {