mirror of
https://github.com/plebbit/seedit.git
synced 2026-06-12 10:06:05 -04:00
10 lines
235 B
CSS
10 lines
235 B
CSS
.app {
|
|
background-color: var(--background);
|
|
font: normal x-small verdana, arial, helvetica, sans-serif;
|
|
z-index: 1;
|
|
min-height: 100%;
|
|
color: var(--text-info);
|
|
overflow-y: hidden;
|
|
overflow-x: hidden;
|
|
min-height: 100vh;
|
|
} |