Files
seedit/src/app.module.css
2023-10-09 17:55:40 +02:00

11 lines
233 B
CSS

.app {
background-color: var(--background1);
font: normal x-small verdana, arial, helvetica, sans-serif;
z-index: 1;
min-height: 100%;
color: var(--text3);
overflow-y: hidden;
overflow-x: hidden;
min-height: 100vh;
}