reset font-size to normal text size using rem
This commit is contained in:
parent
0f65280e20
commit
1504b272d2
2 changed files with 5 additions and 2 deletions
|
@ -39,10 +39,13 @@ h4 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-family: var(--interfaceFont, sans-serif);
|
font-family: var(--interfaceFont, sans-serif);
|
||||||
font-size: 14px;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: $fallback--text;
|
color: $fallback--text;
|
||||||
color: var(--text, $fallback--text);
|
color: var(--text, $fallback--text);
|
||||||
|
|
|
@ -842,7 +842,7 @@ a.unmute {
|
||||||
}
|
}
|
||||||
|
|
||||||
.popper-wrapper.status-preview {
|
.popper-wrapper.status-preview {
|
||||||
font-size: 14px;
|
font-size: 1rem;
|
||||||
background-color: $fallback--bg;
|
background-color: $fallback--bg;
|
||||||
background-color: var(--bg, $fallback--bg);
|
background-color: var(--bg, $fallback--bg);
|
||||||
border-color: $fallback--border;
|
border-color: $fallback--border;
|
||||||
|
|
Loading…
Reference in a new issue