functional, printable links

This commit is contained in:
AJ ONeal 2018-08-15 17:29:13 -06:00
parent 71ffb26da4
commit e6759e0535
1 changed files with 11 additions and 3 deletions

View File

@ -367,3 +367,11 @@ li{
font-weight: 400;
font-style: normal;
}
a[href]{
text-decoration: none;
color: #444;
}
a[href]:hover{
text-decoration: underline;
}