mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Leave default browser font-size for the html
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
23f7d438f1
commit
b78a7377f9
@ -68,6 +68,9 @@
|
|||||||
html, body {
|
html, body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
color: var(--textColorPrimary);
|
color: var(--textColorPrimary);
|
||||||
background-color: var(--mainBackground);
|
background-color: var(--mainBackground);
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user