Remove underline from footer's links too.
This commit is contained in:
parent
0b60e1c935
commit
8aa4f9ce08
@ -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…
Reference in New Issue
Block a user