mirror of
https://github.com/zoldar/jenot.git
synced 2026-01-03 06:22:55 +00:00
Slightly reorder CSS
This commit is contained in:
parent
4861cffc5a
commit
76b837e4c4
1 changed files with 6 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue