From 76b837e4c49475ea7a7b9218fb0277a785bea468 Mon Sep 17 00:00:00 2001 From: Adrian Gruntkowski Date: Sat, 30 Nov 2024 01:00:26 +0100 Subject: [PATCH] Slightly reorder CSS --- priv/static/style.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/priv/static/style.css b/priv/static/style.css index cb5d8a2..827738a 100644 --- a/priv/static/style.css +++ b/priv/static/style.css @@ -1,3 +1,9 @@ +/* Variables */ + +:root { + --gap-1: 10px; +} + /* CSS reset */ *, @@ -193,10 +199,6 @@ note-form .note { /* Styles */ -:root { - --gap-1: 10px; -} - * { font-family: Arial, Helvetica, sans-serif; color: #222;