From a62a3e7755579d93ce3a87243dd277575930fffe Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Mon, 5 Nov 2018 21:49:16 -0500 Subject: init --- themes/even/src/css/_partial/_404.scss | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 themes/even/src/css/_partial/_404.scss (limited to 'themes/even/src/css/_partial/_404.scss') diff --git a/themes/even/src/css/_partial/_404.scss b/themes/even/src/css/_partial/_404.scss new file mode 100644 index 0000000..63eb465 --- /dev/null +++ b/themes/even/src/css/_partial/_404.scss @@ -0,0 +1,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; + } + } +} \ No newline at end of file -- cgit v1.2.3