1
0
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:
Alex Andreev 2022-06-15 11:39:15 +03:00
parent 23f7d438f1
commit b78a7377f9

View File

@ -68,6 +68,9 @@
html, body {
height: 100%;
overflow: hidden;
}
body {
color: var(--textColorPrimary);
background-color: var(--mainBackground);
font-size: var(--font-size);