Some simple styles changed
This commit is contained in:
parent
f78a3421cb
commit
f73738788e
2 changed files with 2 additions and 7 deletions
|
|
@ -49,11 +49,6 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 4px 40px;
|
padding: 4px 40px;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
|
||||||
a {
|
|
||||||
color: #00BCD4;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
//
|
//
|
||||||
// Styles for post
|
// Styles for post
|
||||||
//
|
//
|
||||||
|
|
||||||
.post-ribbon {
|
.post-ribbon {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 40vh;
|
height: 40vh;
|
||||||
background-color: #3F51B5;
|
background-color: #DDDDDD;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue