From cda3c16bfdf07049864eca52064209a97ade63de Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Wed, 2 Mar 2022 13:10:38 -0800 Subject: [PATCH] fix links --- themes/cwtch/static/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/cwtch/static/css/style.css b/themes/cwtch/static/css/style.css index e333ebb..898d532 100644 --- a/themes/cwtch/static/css/style.css +++ b/themes/cwtch/static/css/style.css @@ -20,7 +20,6 @@ nav { } .site-header a { color: #fff; - transition: ease-in-out color .15s; } .site-header a:hover { color: #fff; @@ -154,6 +153,9 @@ footer h5 { a { color: #fff; font-weight: bold; +} + +a > .btn { font-size: 20px; }