Skip to content
Snippets Groups Projects
Commit 1504b272 authored by Tae Hoon's avatar Tae Hoon
Browse files

reset font-size to normal text size using rem

parent 0f65280e
No related branches found
No related tags found
No related merge requests found
...@@ -39,10 +39,13 @@ h4 { ...@@ -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 { ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment