From b459c933c1fcda3c5d22a075f80a4b2e911caa0b Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Tue, 7 Mar 2023 16:36:21 +0100 Subject: [PATCH] css changes --- v4/css/variables.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 v4/css/variables.css 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