webserver.c/public/index.css

11 lines
260 B
CSS

html {
background: #0D1017;
color: #BFBDB6;
font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", Avenir, "Nimbus Sans L", Roboto, Noto, "Segoe UI", Arial, Helvetica, "Helvetica Neue", sans-serif;
}
body {
max-width: 760px;
margin: auto;
}