Skip to content

Commit a98766c

Browse files
committed
style: format CSS variables and background-image for readability
1 parent deaeb31 commit a98766c

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

web/app/globals.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
--muted: #7e8ca3;
2020
--line: #25324d;
2121

22-
--font-sans:
23-
ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
22+
--font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial,
23+
sans-serif;
2424
--font-mono: ui-monospace, "SF Mono", "JetBrains Mono", "Fira Code", Menlo, Consolas, monospace;
2525
}
2626

@@ -185,8 +185,7 @@
185185
}
186186
}
187187
.flowgrid {
188-
background-image:
189-
linear-gradient(var(--line) 1px, transparent 1px),
188+
background-image: linear-gradient(var(--line) 1px, transparent 1px),
190189
linear-gradient(90deg, var(--line) 1px, transparent 1px);
191190
background-size:
192191
56px 56px,

0 commit comments

Comments
 (0)