Skip to content

Commit 707da5e

Browse files
committed
Chore: Actually target correct LOCs for linter warnings
1 parent d319b82 commit 707da5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

assets/css/v2/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
/* MARK: Variables
5151
*/
5252
--font-family: "Inter var", system-ui, -apple-system, BlinkMacSystemFont,
53-
"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
54-
"Helvetica Neue", sans-serif;
53+
"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
54+
sans-serif;
5555
--color-brand: 56.6% 0.194 147.7;
5656
--color-brand-300: 0.84 0.0699 157.51;
5757
--color-brand-200: 0.91 0.0406 157.72;
@@ -146,8 +146,8 @@ h6 {
146146
@supports (font-variation-settings: normal) {
147147
:root {
148148
--font-family: InterVariable, system-ui, -apple-system, BlinkMacSystemFont,
149-
"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
150-
sans-serif;
149+
"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
150+
"Helvetica Neue", sans-serif;
151151
}
152152

153153
h1,

0 commit comments

Comments
 (0)