6 lines
139 B
CSS
6 lines
139 B
CSS
.layout {
|
|
background-color: var(--Background-Primary);
|
|
font-family: var(--typography-Body-Regular-fontFamily);
|
|
min-height: 100dvh;
|
|
}
|