mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
10 lines
239 B
CSS
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;
|
|
}
|