Skip to content

Commit 1295c6d

Browse files
committed
Give the demo index an overhaul (fixup)
1 parent 401c5e2 commit 1295c6d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

demo/styles.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap');
2-
31
:root {
4-
--font-family: 'Inter', system-ui, -apple-system, sans-serif;
2+
--font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
53
--bg-color: #0b0f19;
64
--text-color: #f8fafc;
75
--text-secondary: #94a3b8;
@@ -105,7 +103,6 @@ h1 {
105103
-webkit-background-clip: text;
106104
background-clip: text;
107105
-webkit-text-fill-color: transparent;
108-
letter-spacing: -2px;
109106
line-height: 1.1;
110107
}
111108

0 commit comments

Comments
 (0)