mirror of
https://github.com/flarum/framework.git
synced 2024-12-02 23:23:52 +08:00
Make post highlight more subtle
This commit is contained in:
parent
c8613eaec6
commit
51e47f549f
|
@ -154,10 +154,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.item.highlight .post {
|
.item.highlight .post {
|
||||||
border: 8px solid rgba(255, 255, 0, 0.2);
|
border: 6px solid fade(@fl-primary-color, 10%);
|
||||||
border-radius: 8px;
|
border-radius: 6px;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
margin: -23px;
|
margin: -21px;
|
||||||
}
|
}
|
||||||
.post-header {
|
.post-header {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user