diff --git a/v4/css/variables.css b/v4/css/variables.css new file mode 100644 index 0000000..126133b --- /dev/null +++ b/v4/css/variables.css @@ -0,0 +1,6 @@ +body { + --base-padding: .5rem 1rem; + --base-margin: 2rem; + --background: #111111; + --color: #ffffff; +} \ No newline at end of file