Fix: Apply font size to all divs.

This commit is contained in:
sly
2020-11-18 07:43:46 -08:00
parent a567b5496d
commit 487b4f57da

View File

@@ -542,11 +542,11 @@ button.menu {
#root > div {
color: #24292e;
color: var(--ls-primary-text-color);
font-size: var(--ls-page-text-size);
}
#main-content-container {
font-size: 1em;
font-size: var(--ls-page-text-size);
}
.form-checkbox {