hugo-theme-zzo/assets/sass/pages/_404.scss

19 lines
345 B
SCSS
Raw Normal View History

2019-11-07 18:09:15 +00:00
.not-found {
height: 100%;
font-family: "Montserrat", sans-serif;
@include flexbox();
@include align-items(center);
@include justify-content(center);
@include flex-direction(column);
@include themify($themes) {
.title {
color: themed('title-color');
}
.subtitle {
color: themed('meta-color');
}
}
}