Some simple styles changed

This commit is contained in:
Oscar Cortez 2015-07-21 00:54:15 -06:00
parent f78a3421cb
commit f73738788e
2 changed files with 2 additions and 7 deletions

View file

@ -49,11 +49,6 @@
margin: 0;
padding: 4px 40px;
color: inherit;
a {
color: #00BCD4;
margin: 0;
}
}
header {

View file

@ -1,11 +1,11 @@
//
// Styles for post
// Styles for post
//
.post-ribbon {
width: 100%;
height: 40vh;
background-color: #3F51B5;
background-color: #DDDDDD;
flex-shrink: 0;
}