No underline on nav links in header

This commit is contained in:
Simon Willison 2020-10-27 12:30:40 -07:00
commit 114e0be826

View file

@ -272,7 +272,9 @@ footer a:visited,
footer a:hover, footer a:hover,
footer a:focus, footer a:focus,
footer a:active, footer a:active,
footer button.button-as-link, footer button.button-as-link {
color: rgba(255,255,244,0.8);
}
header a:link, header a:link,
header a:visited, header a:visited,
header a:hover, header a:hover,
@ -280,6 +282,7 @@ header a:focus,
header a:active, header a:active,
header button.button-as-link { header button.button-as-link {
color: rgba(255,255,244,0.8); color: rgba(255,255,244,0.8);
text-decoration: none;
} }
footer a:hover, footer a:hover,