Skip to content

Commit 26cfe18

Browse files
committed
Fix for Android
1 parent db895fb commit 26cfe18

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

mia_base.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,12 @@
117117
--ls-highlight-color-purple: #530B84;
118118
--ls-highlight-color-pink: #8A035C;
119119
}
120-
:root{
120+
:root {
121121
--ls-font-family: var(--content-font-family);
122122
}
123+
html {
124+
font-family: var(--ls-font-family), -apple-system, BlinkMacSystemFont, "Apple Color Emoji", "Segoe UI", "Segoe UI Emoji", "Roboto", "Oxygen", "Ubuntu", sans-serif !important;
125+
}
123126

124127
/* Checkbox beautification */
125128

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "miA theme",
33
"author": "playerofgames",
4-
"version": "1.5.1",
4+
"version": "1.5.2",
55
"description": "A theme inspired by macOS and iA Writer.",
66
"logseq": {
77
"themes": [

0 commit comments

Comments
 (0)