focus/frontend/static/css/global.css

19 lines
221 B
CSS

* {
margin: 0;
padding: 0;
}
body {
font-family: "Open sans", sans-serif;
color: white;
background-color: #252525;
}
a {
text-decoration: none;
color: inherit;
}
ul {
list-style: none;
}