UI - Cleanup fonts better display in firefox, request CSS according to version (#1968)

This commit is contained in:
dgtlmoon
2023-11-12 00:29:15 +01:00
committed by GitHub
parent 5f030d3668
commit 3382b4cb3f
4 changed files with 9 additions and 3 deletions

View File

@@ -15,6 +15,7 @@
body {
color: var(--color-text);
background: var(--color-background-page);
font-family: Helvetica Neue, Helvetica, Lucida Grande, Arial, Ubuntu, Cantarell, Fira Sans, sans-serif;
}
.visually-hidden {

View File

@@ -390,7 +390,8 @@ html[data-darkmode="true"] #toggle-light-mode .icon-dark {
body {
color: var(--color-text);
background: var(--color-background-page); }
background: var(--color-background-page);
font-family: Helvetica Neue, Helvetica, Lucida Grande, Arial, Ubuntu, Cantarell, Fira Sans, sans-serif; }
.visually-hidden {
clip: rect(0 0 0 0);