Hide link underline on frontpage
This commit is contained in:
parent
9c225b2304
commit
f464c1edae
2 changed files with 5 additions and 1 deletions
|
@ -158,6 +158,10 @@ article.post, article.page, article.listing {
|
|||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.frontpage a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
p.note {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue