diff --git a/src/App.scss b/src/App.scss index f20eb44c..2d10f1e7 100644 --- a/src/App.scss +++ b/src/App.scss @@ -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); diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 79b359b7..cdafcfda 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -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;