abstreet/web/abstreet.css
2023-11-26 20:09:24 +00:00

16 lines
206 B
CSS

body {
font-family: Arial;
background: white;
color: #4a4a4a;
}
.full-screen-widgetry-app {
height: 100%;
width: 100%;
}
.widgetry-app .preloading {
padding: 16px;
color: white;
}