Update style.scss
This commit is contained in:
parent
527e15f004
commit
94bae64b9c
@ -1,10 +1,11 @@
|
|||||||
---
|
---
|
||||||
---
|
---
|
||||||
|
$primary-color: #2196F3;
|
||||||
|
|
||||||
@import "{{ site.theme }}";
|
@import "{{ site.theme }}";
|
||||||
|
|
||||||
.page-header {
|
.page-header {
|
||||||
background-color: #2196F3;
|
background-color: $primary-color;
|
||||||
background-image: url('/assets/images/header.png');
|
background-image: url('/assets/images/header.png');
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
@ -23,6 +24,10 @@
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
|
||||||
|
color: $primary-color;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 64em) {
|
@media screen and (min-width: 64em) {
|
||||||
.page-header {
|
.page-header {
|
||||||
padding: 4rem 6rem;
|
padding: 4rem 6rem;
|
||||||
|
Reference in New Issue
Block a user