From 40544074c956976bf083fde03fec4be5feb9b145 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Thu, 15 Dec 2022 09:44:23 -0800 Subject: [PATCH] underline links --- themes/cwtch/static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/cwtch/static/css/style.css b/themes/cwtch/static/css/style.css index d1060d6..97e5600 100644 --- a/themes/cwtch/static/css/style.css +++ b/themes/cwtch/static/css/style.css @@ -161,6 +161,7 @@ footer h5 { a { color: #fff; font-weight: bold; + text-decoration: underline; } a > .btn {