From f1b84f5615e4a3d2d19d6ae6ab852597984da045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Mart=C3=ADnez=20Portela?= Date: Sat, 20 Aug 2022 17:54:41 +0200 Subject: [PATCH] Add simple styling to root node. --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index e864102..981451e 100644 --- a/static/style.css +++ b/static/style.css @@ -1,7 +1,8 @@ /* Default theme */ html, body { margin: 0; - padding: 0; + padding: 0.5ex 1ex; + font-family: sans-serif; } /* Node styling */