1
2020-07-20 18:23:38 -04:00

29 lines
396 B
CSS

---
---
.color-space{
height:25vh;
{% if page.header_red %}
background-color: var(--color-red)!important;
{% else %}
background-color: var(--color-purple)!important;
{% endif %}
}
.title-container{
margin-top: 6rem;
}
.highlight{
background-color: var(--light-gray);
border-radius:5px;
padding: 3px;
margin-bottom:0;
}
img{
max-width:100%;
}