1
0

add planet

This commit is contained in:
2024-08-05 18:40:46 +09:00
parent f5fa7a9a0c
commit 5c79c64679
6 changed files with 175 additions and 125 deletions

View File

@@ -1,19 +1,19 @@
html {
height: 100%;
}
body {
background-color: #fff;
background-color: #000;
height: 100%;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
height: 100%;
}
div#root{
height: 100%;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
html {
height: 100%;
}