mirror of
https://github.com/plebbit/seedit.git
synced 2026-04-20 07:08:43 -04:00
11 lines
233 B
CSS
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;
|
|
} |