Remove underline from footer's links too.
This commit is contained in:
parent
6b3067d149
commit
36dc2bc661
1 changed files with 2 additions and 2 deletions
|
|
@ -282,11 +282,11 @@ dd {
|
|||
#footer a {
|
||||
color: white;
|
||||
background-color: transparent;
|
||||
text-decoration: underline;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#footer a:hover {
|
||||
text-decoration: none;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue