New assets and style edits for the new post

This commit is contained in:
Mahdi Dibaiee
2015-05-03 10:49:18 +04:30
parent 48c76a7e3b
commit 1f61ffa556
5 changed files with 32 additions and 2 deletions

View File

@ -74,6 +74,10 @@ article p img {
display: block;
}
.post article h1 {
font-weight: bold;
}
.post-list h2 {
font-size: 1.5rem;
}
@ -98,4 +102,20 @@ hr {
border: none;
border-top: 1px solid lighten($grey-color, 20%);
margin: 1.5rem 0;
}
}
.channel {
#mahdi * {
fill: #000000 !important;
}
& > a::before {
content: 'BroadcastChannels rock';
color: white;
position: absolute;
top: 250px;
left: calc(50% - 83px);
font-size: 15px;
text-shadow: 0 0 1px white;
}
}