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

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