mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-09 00:59:59 +00:00
Increase extension UI font size
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
body {
|
||||
background: var(--box-background) !important;
|
||||
color: var(--box-color) !important;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
a { color: var(--blue-40); }
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
body {
|
||||
font-size: initial;
|
||||
font: menu;
|
||||
}
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ body {
|
||||
color: var(--grey-90);
|
||||
margin: initial;
|
||||
font: message-box;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
|
||||
Reference in New Issue
Block a user