Make link styles more obvious

This commit is contained in:
Toby Zerner 2015-05-11 12:11:38 +09:30
parent 2d04a7a100
commit 7fa4aa93c8
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 {

View File

@ -108,6 +108,7 @@
@zindex-pane: @zindex-navbar-fixed + 5;
@zindex-alerts: @zindex-modal + 10;
@link-color: saturate(@fl-primary-color, 10%);
@link-hover-color: @link-color;
// ---------------------------------