Skip to content

Commit 516dcce

Browse files
committed
Fix StyleLint
1 parent b9dbf89 commit 516dcce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/scss/init/_mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
border-color: var(--#{$color});
2020
// hover
2121
&.hover,
22-
&:hover {
22+
&:hover {
2323
background-color: var(--#{$color}-600);
2424
border-color: var(--#{$color}-600);
2525
}

assets/scss/init/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $bolt-saturated: #003e7c; // Very saturated. Use with care
1111
$big-z-index: 1000;
1212

1313
// Typography
14-
$font-family-base: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
14+
$font-family-base: system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
1515
$headings-font-family: 'Source Sans Variable', sans-serif;
1616

1717
$font-size-base: 0.9rem;

0 commit comments

Comments
 (0)