1
0
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:
Toby Zerner
2015-05-03 11:53:37 +09:30
parent 9b6a46db42
commit a943d5aee4

View File

@@ -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;