Slightly reorder CSS

This commit is contained in:
Adrian Gruntkowski 2024-11-30 01:00:26 +01:00
parent 4861cffc5a
commit 76b837e4c4

View file

@ -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;