We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dab060 commit af5b0e5Copy full SHA for af5b0e5
src/renderer/frame/views.cljs
@@ -39,7 +39,6 @@
39
[:head [:link {:rel "stylesheet" :href "./css/main.css"}]]
40
[:body {:style {:width "100%"
41
:height "100%"
42
- :font-family "var(--font-sans)"
43
:overflow "hidden"
44
:user-select "none"
45
:touch-action "none"
src/renderer/main.css
@@ -37,7 +37,6 @@
37
body {
38
font-size: var(--font-size);
color: var(--font-color);
- fill: var(--font-color);
}
p {
0 commit comments