mirror of
https://git.adityakumar.xyz/blog.git
synced 2024-11-12 20:09:44 +00:00
25 lines
328 B
SCSS
25 lines
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;
|
||
|
}
|
||
|
}
|
||
|
}
|