mirror of
https://github.com/flarum/framework.git
synced 2024-12-04 08:13:39 +08:00
Make link styles more obvious
This commit is contained in:
parent
2d04a7a100
commit
7fa4aa93c8
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
||||
// ---------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user