Underline links in blog posts
This commit is contained in:
parent
e0795f6ea2
commit
893b9d8640
1 changed files with 8 additions and 0 deletions
|
@ -150,6 +150,14 @@ article.post, article.page, article.listing {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: underline;
|
||||||
|
|
||||||
|
&.btn {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
p.note {
|
p.note {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue