mirror of
https://github.com/okiba-org/frontend.git
synced 2025-05-05 08:45:41 +00:00
17 lines
303 B
CSS
17 lines
303 B
CSS
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;700&display=swap');
|
|
|
|
* {
|
|
margin: 0;
|
|
font-family: "IBM Plex Mono", monospace;
|
|
}
|
|
|
|
body {
|
|
font-family: "IBM Plex Mono", monospace;
|
|
background: black;
|
|
color: white;
|
|
/* min-height: 100%; */
|
|
}
|
|
|
|
#root {
|
|
height: 100vh;
|
|
} |