This commit is contained in:
open-trade
2022-01-17 15:45:42 +08:00
commit 5d4b557e22
10 changed files with 284 additions and 0 deletions

8
src/style.css Normal file
View File

@@ -0,0 +1,8 @@
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin-top: 60px;
}