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.
2 parents a83ccf3 + 41e1976 commit 86e8bebCopy full SHA for 86e8beb
starters/apps/library/src/global.css
@@ -0,0 +1,33 @@
1
+/**
2
+ * WHAT IS THIS FILE?
3
+ *
4
+ * Globally applied styles. No matter which components are in the page or matching route,
5
+ * the styles in here will be applied to the Document, without any sort of CSS scoping.
6
7
+ */
8
+html {
9
+ -webkit-text-size-adjust: 100%;
10
+ -moz-tab-size: 4;
11
+ -o-tab-size: 4;
12
+ tab-size: 4;
13
+ font-family:
14
+ ui-sans-serif,
15
+ system-ui,
16
+ -apple-system,
17
+ BlinkMacSystemFont,
18
+ "Segoe UI",
19
+ Roboto,
20
+ "Helvetica Neue",
21
+ Arial,
22
+ "Noto Sans",
23
+ sans-serif,
24
+ "Apple Color Emoji",
25
+ "Segoe UI Emoji",
26
+ "Segoe UI Symbol",
27
+ "Noto Color Emoji";
28
+}
29
+
30
+body {
31
+ padding: 0;
32
+ line-height: inherit;
33
0 commit comments