focus/frontend/static/css/index.css

11 lines
138 B
CSS
Raw Normal View History

2023-12-29 01:49:09 +01:00
* {
2023-12-28 01:19:29 +01:00
margin: 0;
2023-12-29 01:49:09 +01:00
padding: 0;
}
body {
2023-12-28 01:19:29 +01:00
font-family: "Open sans", sans-serif;
color: white;
2023-12-29 01:49:09 +01:00
background-color: #252525;
}