blog/assets/sass/_partial/_404.scss
2022-03-11 10:32:10 +05:30

25 lines
No EOL
328 B
SCSS

// ==============================
// Archive
// =============================
.not-found {
text-align: center;
.error-emoji {
color: #363636;
font-size: 3rem;
}
.error-text {
color: #797979;
font-size: 1.25rem;
}
.error-link {
margin-top: 2rem;
a {
color: $theme-color;
}
}
}