mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-23 05:24:18 +00:00
7 lines
125 B
CSS
7 lines
125 B
CSS
|
.app {
|
||
|
min-height: 100vh;
|
||
|
min-width: 100vw;
|
||
|
|
||
|
background-color: var(--bg-primary);
|
||
|
color: var(--fg-primary);
|
||
|
}
|