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