1
2020-07-20 16:08:21 -04:00

17 lines
244 B
CSS

---
---
.color-space{
height:40vh;
{% if header_red %}
background-color: var(--color-red)!important;
{% else %}
background-color: var(--color-purple)!important;
{% endif %}
}
.title-container{
margin-top: 6rem;
}