use main background color on error page

This commit is contained in:
Jonas Leder 2021-03-22 21:07:20 +01:00
parent b3c80af18e
commit 97c3b04d3c

View file

@ -1,5 +1,7 @@
@import "var";
body {
background: #97cfca;
background: $back-color;
overflow: hidden;
}