mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-14 17:03:29 +03:00
9 lines
150 B
SCSS
9 lines
150 B
SCSS
|
.body {
|
||
|
color: var(--text-3);
|
||
|
background-color: var(--background-0);
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
width: 100%;
|
||
|
height: 100vh;
|
||
|
}
|