added underlines to links to be consistant with nav bar
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
802c730075
commit
21ef07706f
@ -125,13 +125,13 @@ nav strong{
|
|||||||
.column a:link, footer a:link {
|
.column a:link, footer a:link {
|
||||||
color: #333;
|
color: #333;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
text-decoration: none;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.column a:visited, footer a:visited {
|
.column a:visited, footer a:visited {
|
||||||
color: #333;
|
color: #333;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
text-decoration: none;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button.is-ghost {
|
.button.is-ghost {
|
||||||
|
Loading…
Reference in New Issue
Block a user