From 957d76f1dc5a71308ba483d5ac1ed7668c97a06e Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Wed, 2 Mar 2022 12:56:14 -0800 Subject: [PATCH] Styling --- themes/cwtch/static/css/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/themes/cwtch/static/css/style.css b/themes/cwtch/static/css/style.css index ed31cbf..c71f8eb 100644 --- a/themes/cwtch/static/css/style.css +++ b/themes/cwtch/static/css/style.css @@ -147,15 +147,16 @@ footer h5 { a { color: #fff; - text-decoration: underline; + font-weight: bold; + font-size: 20px; } a:focus { - color: #d20070; + color: #fff; } a:hover { - color: #d20070; + color: #fff; } .btn a:hover {