From 826c7c47785ee01d2b9267919132ada696425344 Mon Sep 17 00:00:00 2001 From: Melonai Date: Wed, 20 Jan 2021 23:18:09 +0100 Subject: Remade the client in SvelteKit --- client/static/global.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 client/static/global.css (limited to 'client/static/global.css') diff --git a/client/static/global.css b/client/static/global.css new file mode 100644 index 0000000..aabd77e --- /dev/null +++ b/client/static/global.css @@ -0,0 +1,11 @@ +html, +body { + width: 100%; + height: 100%; + box-sizing: border-box; + margin: 0; +} + +* { + font-family: "Ubuntu", sans-serif; +} -- cgit 1.4.1