update error page

This commit is contained in:
Simon Vieille 2021-11-30 21:52:27 +01:00
parent 7ab5941448
commit 86a78a732b

View file

@ -31,9 +31,14 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
.header {
min-height: 100vh;
background: linear-gradient(180deg, #434343, #353535);
{% if block('code') == '500' %}
background: linear-gradient(180deg, #b30000, #880000);
{% else %}
background: linear-gradient(180deg, #434343, #353535);
{% endif %}
}
.header-wrapper {
position: relative;
z-index: 100;