Increase extension UI font size

This commit is contained in:
hensm
2021-04-24 10:24:37 +01:00
parent e182b45523
commit d52c8d2281
3 changed files with 3 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
body {
background: var(--box-background) !important;
color: var(--box-color) !important;
font-size: 13px;
}
a { color: var(--blue-40); }

View File

@@ -1,4 +1,5 @@
body {
font-size: initial;
font: menu;
}

View File

@@ -3,6 +3,7 @@ body {
color: var(--grey-90);
margin: initial;
font: message-box;
font-size: 13px;
}
@media (prefers-color-scheme: dark) {