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 {