1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-23 05:24:18 +00:00
pds-2021-g2-nest/code/frontend/src/App.module.css

7 lines
125 B
CSS
Raw Normal View History

2021-04-20 22:23:35 +00:00
.app {
min-height: 100vh;
min-width: 100vw;
background-color: var(--bg-primary);
color: var(--fg-primary);
}