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 1ce4ec7 commit f72c816Copy full SHA for f72c816
src/assets/global.scss
@@ -36,20 +36,22 @@
36
*::before,
37
*::after {
38
box-sizing: border-box;
39
+ margin: 0;
40
scrollbar-color: var(--base-dimmed) var(--background);
41
scrollbar-width: thin;
42
}
43
*::selection {
44
color: var(--background);
45
background: var(--accent);
46
-html,
47
-body {
48
- margin: 0;
49
- font-family: "Exo 2", "Open Sans", sans-serif;
+html {
50
-webkit-font-smoothing: antialiased;
51
-moz-osx-font-smoothing: grayscale;
+}
+body {
52
+ font-family: "Exo 2", "Open Sans", sans-serif;
53
font-size: 16px;
54
+ font-weight: normal;
55
font-variant-numeric: tabular-nums;
56
color: var(--base);
57
scrollbar-gutter: stable;
0 commit comments