radio-pwa/style.css

13 lines
128 B
CSS
Executable File

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Lexend Exa', sans-serif;
color: wheat;
}