focus/frontend/static/css/global.css

19 lines
221 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;
}
2024-01-01 23:39:59 +01:00
a {
text-decoration: none;
color: inherit;
}
ul {
list-style: none;
}