From 85443434a6869fc6bae68d075595fb633fd74876 Mon Sep 17 00:00:00 2001 From: Melonai Date: Thu, 11 Jun 2020 02:59:57 +0200 Subject: a full restyle --- client/src/index.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'client/src/index.css') 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; -- cgit 1.4.1