liquid menu

This commit is contained in:
Tommy Parnell
2019-06-02 17:10:51 -04:00
commit 4cc335744b
18 changed files with 11308 additions and 0 deletions

15
src/index.css Normal file
View File

@@ -0,0 +1,15 @@
body {
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;
background-color: rgb(54, 53, 53);
color: white;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}