mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-30 04:28:42 +00:00
17 lines
No EOL
340 B
CSS
17 lines
No EOL
340 B
CSS
body, html {
|
|
margin: 0;
|
|
min-height: 100vh;
|
|
}
|
|
|
|
body, html, input, button {
|
|
font-family: 'Segoe UI', 'Roboto', 'Oxygen',
|
|
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
|
|
sans-serif;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
font-size: 1rem;
|
|
}
|
|
|
|
*:focus {
|
|
outline: none;
|
|
} |