diff options
| author | Melonai <einebeere@gmail.com> | 2020-06-11 02:59:57 +0200 |
|---|---|---|
| committer | Melonai <einebeere@gmail.com> | 2020-06-11 02:59:57 +0200 |
| commit | 85443434a6869fc6bae68d075595fb633fd74876 (patch) | |
| tree | 320fd495762feefca5698602a65d2b30bba0ee5e /client/src/index.css | |
| parent | 9f02f313c56b7bb909010628d2931a4aada3a778 (diff) | |
| download | shorest-85443434a6869fc6bae68d075595fb633fd74876.tar.zst shorest-85443434a6869fc6bae68d075595fb633fd74876.zip | |
a full restyle
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; |
