diff options
| author | Michael Foiani <sotech117@michaels-mbp-3.lan> | 2021-04-16 18:58:58 -0400 |
|---|---|---|
| committer | Michael Foiani <sotech117@michaels-mbp-3.lan> | 2021-04-16 18:58:58 -0400 |
| commit | d339801aba3fcedc0b3027f73dac91deaae14acc (patch) | |
| tree | 832c5a1d560e79aac2920a29217b76133fd0e078 /react-frontend/src/index.css | |
| parent | ee7dba2f399afa78275755c46b9b9c38906cc2b1 (diff) | |
Removed old testing react app for frontend.
Diffstat (limited to 'react-frontend/src/index.css')
| -rw-r--r-- | react-frontend/src/index.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/react-frontend/src/index.css b/react-frontend/src/index.css new file mode 100644 index 0000000..72f4b2d --- /dev/null +++ b/react-frontend/src/index.css @@ -0,0 +1,14 @@ +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: #121212; +} + +code { + font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', + monospace; +} |
