Files
5chan/src/app.module.css
T

10 lines
239 B
CSS

.app {
background: var(--background-color) var(--background-fade) top center repeat-x;
font: 13px/1.231 arial, helvetica, sans-serif;
z-index: 1;
min-height: 100%;
overflow-y: hidden;
overflow-x: hidden;
min-height: 100vh;
}