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; }