This repository has been archived on 2025-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
2019-02-08 16:12:50 +02:00

41 lines
644 B
SCSS

---
---
$primary-color: #2196F3;
$secondary-color: #f3b600;
@import "{{ site.theme }}";
a {
color: $secondary-color;
}
.page-header {
background-color: $primary-color;
background-image: url('/assets/images/header.png');
background-position: center;
background-size: cover;
a {
color: white;
}
a:hover {
color: white;
text-decoration: none;
}
}
.project-tagline {
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) {
.page-header {
padding: 4rem 6rem;
}
}