diff options
Diffstat (limited to 'client/src/index.css')
| -rw-r--r-- | client/src/index.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/client/src/index.css b/client/src/index.css index d007edc..b7be091 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -1,8 +1,13 @@ html * { - font-family: Roboto, sans-serif; + font-family: 'Ubuntu', sans-serif; font-size: 3vmin; } +body { + background-color: #3A3A5C; + margin: 0; +} + #root { justify-content: center; position: absolute; |
