Skip to content
This repository was archived by the owner on Jul 19, 2022. It is now read-only.

Commit 706d056

Browse files
committed
css reset
1 parent d6b308e commit 706d056

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/css/base.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,14 @@ html {
3030
/* TODO: Make configurable by users */
3131
/* https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant-ligatures */
3232
font-variant-ligatures: none; /* normal */
33+
-moz-text-size-adjust: none;
34+
-webkit-text-size-adjust: none;
35+
text-size-adjust: none;
3336
}
3437

3538
body {
3639
font-size: 1rem;
3740
line-height: 1.4;
3841
background: var(--color-main-bg);
3942
color: var(--color-main-fg);
40-
-webkit-text-size-adjust: 100%;
4143
}

0 commit comments

Comments
 (0)