livestream/public/global.css

10 lines
335 B
CSS
Raw Normal View History

2020-11-08 15:52:40 +01:00
html, body {
position: relative;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
box-sizing: border-box;
background-color: rgb(34, 35, 31);
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}