1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 15:37:51 +02:00

Make link styles more obvious

This commit is contained in:
Toby Zerner
2015-05-11 12:11:38 +09:30
parent a1cd6417c7
commit e19190ca68
2 changed files with 14 additions and 0 deletions

View File

@@ -219,6 +219,19 @@
.post-body {
font-size: 14px;
line-height: 1.6em;
& p, & ul, & ol, & blockquote {
margin-bottom: 1em;
}
& a {
border-bottom: 1px solid @fl-body-secondary-color;
font-weight: 600;
&:hover {
text-decoration: none;
border-color: @link-hover-color;
}
}
}
.post.is-hidden {
& .post-header, & .post-header a, & .post-user h3, & .post-user h3 a {