radio-pwa/style.css

13 lines
128 B
CSS
Raw Permalink Normal View History

2022-01-24 12:45:42 +01:00
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Lexend Exa', sans-serif;
color: wheat;
}