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;