Skip to content

Commit 347c74b

Browse files
[autofix.ci] apply automated fixes
1 parent 1f12a04 commit 347c74b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lunaria/styles.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
import { html } from "./components.ts";
1+
import { html } from './components.ts'
22

33
export const BaseStyles = html`
44
<style>
55
:root {
66
/** Fonts */
77
--ln-font-fallback:
8-
-apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
9-
sans-serif, Apple Color Emoji, Segoe UI Emoji;
10-
--ln-font-body: "Geist", "IBM Plex Sans Arabic", var(--ln-font-fallback);
11-
--ln-font-mono: "Geist Mono", "IBM Plex Sans Arabic", monospace;
8+
-apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji,
9+
Segoe UI Emoji;
10+
--ln-font-body: 'Geist', 'IBM Plex Sans Arabic', var(--ln-font-fallback);
11+
--ln-font-mono: 'Geist Mono', 'IBM Plex Sans Arabic', monospace;
1212
1313
/* Light theme colors */
1414
--ln-color-white: #f9fafb;
@@ -320,7 +320,7 @@ export const BaseStyles = html`
320320
text-decoration: none;
321321
}
322322
</style>
323-
`;
323+
`
324324

325325
export const CustomStyles = html`
326326
<style>
@@ -373,4 +373,4 @@ export const CustomStyles = html`
373373
border-radius: 0.5em;
374374
}
375375
</style>
376-
`;
376+
`

0 commit comments

Comments
 (0)