Make post highlight more subtle

This commit is contained in:
Toby Zerner 2015-05-02 08:48:35 +09:30
parent 8bc9552e83
commit 5ea864ba89

View File

@ -154,10 +154,10 @@
}
}
.item.highlight .post {
border: 8px solid rgba(255, 255, 0, 0.2);
border-radius: 8px;
border: 6px solid fade(@fl-primary-color, 10%);
border-radius: 6px;
padding: 15px;
margin: -23px;
margin: -21px;
}
.post-header {
margin-bottom: 10px;