added underlines to links to be consistant with nav bar
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Roxie Gibson 2022-01-13 10:48:45 +00:00
parent 802c730075
commit 21ef07706f
Signed by: roxxers
GPG Key ID: 5D0140EDEE123F4D
1 changed files with 2 additions and 2 deletions

View File

@ -125,13 +125,13 @@ nav strong{
.column a:link, footer a:link {
color: #333;
background-color: transparent;
text-decoration: none;
text-decoration: underline;
}
.column a:visited, footer a:visited {
color: #333;
background-color: transparent;
text-decoration: none;
text-decoration: underline;
}
.button.is-ghost {