Add simple styling to root node.

This commit is contained in:
Sergio Martínez Portela 2022-08-20 17:54:41 +02:00
parent 2b18c6a9b3
commit f1b84f5615

View File

@ -1,7 +1,8 @@
/* Default theme */ /* Default theme */
html, body { html, body {
margin: 0; margin: 0;
padding: 0; padding: 0.5ex 1ex;
font-family: sans-serif;
} }
/* Node styling */ /* Node styling */