diff --git a/themes/cwtch/static/css/style.css b/themes/cwtch/static/css/style.css index 97e5600..799fb43 100644 --- a/themes/cwtch/static/css/style.css +++ b/themes/cwtch/static/css/style.css @@ -161,6 +161,9 @@ footer h5 { a { color: #fff; font-weight: bold; +} + +.container > a { text-decoration: underline; }