extra config option to allow users to select their own style

This commit is contained in:
Robert Clarke 2019-05-06 00:23:38 +00:00
parent e5b09a5d60
commit bb48d3da34
10 changed files with 153 additions and 61 deletions

View file

@ -2,11 +2,6 @@ html,
body {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
//background: #F0F2F4;
}
.navbar.is-white {
//background: #F0F2F4;
}
.navbar-brand .brand-text {
@ -26,17 +21,6 @@ body {
}
}
.author-image {
position: absolute;
top: -30px;
left: 50%;
width: 60px;
height: 60px;
margin-left: -30px;
//border: 3px solid #ccc;
border-radius: 50%;
}
.media-center {
display: block;
margin-bottom: 1rem;
@ -74,10 +58,7 @@ body {
.article-footer {
font-style: italic;
padding: 1.5rem;
.columns {
width: 100%;
}
width:100%;
.button,
.tag {
@ -128,4 +109,9 @@ body {
input#search::placeholder{
color: $grey-darker;
}
.footer{
margin-top: 4rem;
padding: 2rem;
}