mirror of
https://git.adityakumar.xyz/blog.git
synced 2024-11-09 10:59:45 +00:00
25 lines
No EOL
328 B
SCSS
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;
|
|
}
|
|
}
|
|
} |