mirror of
https://github.com/flarum/core.git
synced 2025-07-26 03:01:22 +02:00
Slightly thicken the post highlight border again
This commit is contained in:
@@ -154,10 +154,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.item.highlight .post {
|
.item.highlight .post {
|
||||||
border: 6px solid fade(@fl-primary-color, 10%);
|
border: 8px solid fade(@fl-primary-color, 10%);
|
||||||
border-radius: 6px;
|
border-radius: 10px;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
margin: -21px;
|
margin: -23px;
|
||||||
}
|
}
|
||||||
.post-header {
|
.post-header {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
Reference in New Issue
Block a user