Skip to content

Commit 97b2837

Browse files
delucisastrobot-houston
authored andcommitted
[ci] format
1 parent 64c060b commit 97b2837

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

scripts/lunaria/styles.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ export const BaseStyles = html`
44
<style>
55
:root {
66
/** Fonts */
7-
--ln-font-fallback: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif,
7+
--ln-font-fallback:
8+
-apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif,
89
Apple Color Emoji, Segoe UI Emoji;
910
--ln-font-body: system-ui, var(--ln-font-fallback);
10-
--ln-font-mono: 'IBM Plex Mono', Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console',
11+
--ln-font-mono:
12+
'IBM Plex Mono', Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console',
1113
'Lucida Sans Typewriter', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono',
1214
'Nimbus Mono L', Monaco, 'Courier New', Courier, monospace;
1315

src/components/starlight/Hero.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ const { title, tagline, actions, facepile } = hero!;
3535
position: absolute;
3636
content: '';
3737
inset: 0;
38-
background-image: linear-gradient(to right, var(--sl-color-white) 1px, transparent 1px),
38+
background-image:
39+
linear-gradient(to right, var(--sl-color-white) 1px, transparent 1px),
3940
linear-gradient(to bottom, var(--sl-color-white) 1px, transparent 1px);
4041
background-position: right -1px;
4142
background-size: 23px 23px;

0 commit comments

Comments
 (0)