We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a7b69 commit 8f947ffCopy full SHA for 8f947ff
src/generators/web/ui/index.css
@@ -1,8 +1,8 @@
1
@import '@node-core/ui-components/styles/index.css';
2
3
:root {
4
- --font-open-sans: "Open Sans", sans-serif;
5
- --font-ibm-plex-mono: "IBM Plex Mono", monospace;
+ --font-open-sans: 'Open Sans', sans-serif;
+ --font-ibm-plex-mono: 'IBM Plex Mono', monospace;
6
}
7
8
div:has(> h1, > h2, > h3, > h4) {
@@ -37,4 +37,4 @@ a {
37
38
.signature .line {
39
padding-left: unset !important;
40
-}
+}
0 commit comments