From: Dave Page Date: Thu, 20 Oct 2022 13:02:55 +0000 (+0100) Subject: Just highlight links, don't underline. X-Git-Url: http://git.postgresql.org/gitweb/edit?a=commitdiff_plain;h=f6db4feeb4647052e75b790577db46c544f2fa7f;p=pgcac-website.git Just highlight links, don't underline. --- diff --git a/static/css/pgcac.css b/static/css/pgcac.css index 69a4164..70b8c31 100644 --- a/static/css/pgcac.css +++ b/static/css/pgcac.css @@ -52,6 +52,10 @@ a { transition: color .2s ease-in-out; } +a:hover, a:active { + text-decoration: none; +} + .navbar { box-shadow: 0px 3px 15px var(--navbar-sdw-color); background-color: var(--navbar-bg-color) !important;