blog/assets/sass/_partial/_404.scss

25 lines
328 B
SCSS
Raw Normal View History

2022-03-11 05:02:10 +00:00
// ==============================
// 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;
}
}
}