Add CSS color variables

This commit is contained in:
André Wahlberg
2020-11-20 16:20:54 +01:00
parent 899086352d
commit cd467370b9
3 changed files with 14 additions and 1 deletions

View File

@ -1,4 +1,11 @@
#pageArea {
main {
width: 100vw;
flex: 1 1 auto;
background: var(--colorBg);
}
#topSection {
width: 100%;
height: 15vh;
background: linear-gradient(90deg, var(--colorVT1), var(--colorVT2));
}