Skip to content

Commit 8f947ff

Browse files
committed
fixup!
1 parent a3a7b69 commit 8f947ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/generators/web/ui/index.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@import '@node-core/ui-components/styles/index.css';
22

33
:root {
4-
--font-open-sans: "Open Sans", sans-serif;
5-
--font-ibm-plex-mono: "IBM Plex Mono", monospace;
4+
--font-open-sans: 'Open Sans', sans-serif;
5+
--font-ibm-plex-mono: 'IBM Plex Mono', monospace;
66
}
77

88
div:has(> h1, > h2, > h3, > h4) {
@@ -37,4 +37,4 @@ a {
3737

3838
.signature .line {
3939
padding-left: unset !important;
40-
}
40+
}

0 commit comments

Comments
 (0)