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

9 lines
137 B
CSS
Raw Normal View History

2021-04-20 23:03:59 +00:00
.App {
height: 100vh;
width: 100vw;
padding: 16px;
2021-04-20 22:23:35 +00:00
background-color: var(--bg-primary);
color: var(--fg-primary);
}