modified app.css to adjust the app background

This commit is contained in:
Leon Liang
2019-10-03 11:06:14 -04:00
parent 9c0dac507f
commit bac2cd7719
3 changed files with 22 additions and 10 deletions

View File

@@ -1,3 +1,7 @@
html,
body {
background-color: rgb(245, 245, 245);
}
.app {
font-family: "Segoe UI";
font-size: large;