forked from AkkomaGang/akkoma-fe
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;
|
||||
}
|
||||
|
||||
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);
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue