Skip to content

Commit f72c816

Browse files
committed
refactor: update global style selectors
1 parent 1ce4ec7 commit f72c816

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/assets/global.scss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,22 @@
3636
*::before,
3737
*::after {
3838
box-sizing: border-box;
39+
margin: 0;
3940
scrollbar-color: var(--base-dimmed) var(--background);
4041
scrollbar-width: thin;
4142
}
4243
*::selection {
4344
color: var(--background);
4445
background: var(--accent);
4546
}
46-
html,
47-
body {
48-
margin: 0;
49-
font-family: "Exo 2", "Open Sans", sans-serif;
47+
html {
5048
-webkit-font-smoothing: antialiased;
5149
-moz-osx-font-smoothing: grayscale;
50+
}
51+
body {
52+
font-family: "Exo 2", "Open Sans", sans-serif;
5253
font-size: 16px;
54+
font-weight: normal;
5355
font-variant-numeric: tabular-nums;
5456
color: var(--base);
5557
scrollbar-gutter: stable;

0 commit comments

Comments
 (0)