underline links in text
This commit is contained in:
parent
b0c603528e
commit
c091492e71
1 changed files with 5 additions and 1 deletions
|
@ -268,7 +268,11 @@ footer{
|
|||
a{
|
||||
padding: 0;
|
||||
color: #b3b3b3;
|
||||
text-decoration:none
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
footer a{
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.footerIconSpacer{
|
||||
|
|
Loading…
Add table
Reference in a new issue