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 5ca9b93 commit 37f203bCopy full SHA for 37f203b
source/_patterns/00-base/_init.global.scss
@@ -7,12 +7,13 @@ body {
7
8
body {
9
min-height: 100vh;
10
+ font-size: 1rem;
11
}
12
13
// adapted from https://github.com/jgthms/bulma/blob/0.7.5/sass/base/generic.sass
14
html {
15
background-color: #fdfdfd; // TODO: This would need to get replaced by the correct (semantic) color
- font-size: 16px;
16
+ // font-size: 16px; // We need to deactivate this due to accessibility problems, as even also reported with https://github.com/jgthms/bulma/issues/3588
17
-moz-osx-font-smoothing: grayscale;
18
-webkit-font-smoothing: antialiased;
19
min-width: 300px;
0 commit comments