reset font-size to normal text size using rem

This commit is contained in:
taehoon 2019-07-05 12:08:16 -04:00
parent 0f65280e20
commit 1504b272d2
2 changed files with 5 additions and 2 deletions

View File

@ -39,10 +39,13 @@ h4 {
text-align: center;
}
html {
font-size: 14px;
}
body {
font-family: sans-serif;
font-family: var(--interfaceFont, sans-serif);
font-size: 14px;
margin: 0;
color: $fallback--text;
color: var(--text, $fallback--text);

View File

@ -842,7 +842,7 @@ a.unmute {
}
.popper-wrapper.status-preview {
font-size: 14px;
font-size: 1rem;
background-color: $fallback--bg;
background-color: var(--bg, $fallback--bg);
border-color: $fallback--border;