mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 23:54:55 +00:00
fix(ui): font style of native android platform
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
--ls-tag-text-hover-opacity: 1;
|
||||
--ls-page-text-size: 1em;
|
||||
--ls-page-title-size: 36px;
|
||||
--ls-font-family: 'Inter';
|
||||
--ls-main-content-max-width: 810px;
|
||||
--ls-main-content-max-width-wide: 100%;
|
||||
--ls-font-family: Inter;
|
||||
--ls-scrollbar-width: 6px;
|
||||
--ls-border-radius-low: 4px;
|
||||
--ls-border-radius-medium: 8px;
|
||||
@@ -143,13 +143,15 @@ html[data-theme='light'] {
|
||||
--color-level-5: #bbdaf6;
|
||||
}
|
||||
|
||||
html:not(.is-native-android) {
|
||||
font-family: var(--ls-font-family), sans-serif, system-ui,
|
||||
-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, 'Noto Sans', serif, Apple Color Emoji, Segoe UI Emoji,
|
||||
Segoe UI Symbol !important;
|
||||
}
|
||||
|
||||
/* region Reset top elements */
|
||||
html {
|
||||
font-family: var(--ls-font-family), Inter, sans-serif, system-ui,
|
||||
-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||||
Arial, 'Noto Sans', serif, Apple Color Emoji, Segoe UI Emoji,
|
||||
Segoe UI Symbol !important;
|
||||
|
||||
/* FIXME: rewrite revealjs.css ? */
|
||||
height: unset !important;
|
||||
overflow: auto !important;
|
||||
|
||||
Reference in New Issue
Block a user