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

10 lines
239 B
CSS
Raw Normal View History

2024-02-27 17:58:08 +01:00
.app {
2024-02-28 21:18:37 +01:00
background: var(--background-color) var(--background-fade) top center repeat-x;
font: 13px/1.231 arial, helvetica, sans-serif;
2024-02-27 17:58:08 +01:00
z-index: 1;
min-height: 100%;
overflow-y: hidden;
overflow-x: hidden;
min-height: 100vh;
}