1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
// ============================== // 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; } } }