From 82e54afe81af2e517cc35c089cfa1b24cfe5efb0 Mon Sep 17 00:00:00 2001 From: xhayper Date: Thu, 19 Jan 2023 12:41:05 +0700 Subject: [PATCH] feat: pull code from upstream + update package --- package.json | 8 ++++---- src/style.css | 5 ++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 3cf7445..66194b4 100644 --- a/package.json +++ b/package.json @@ -25,13 +25,13 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^4.0.0", - "electron": "^22.0.0", + "electron": "^22.0.3", "electron-builder": "^23.6.0", "typescript": "^4.9.4", - "vite": "^4.0.3", + "vite": "^4.0.4", "vite-plugin-electron": "^0.11.1", - "vite-plugin-electron-renderer": "^0.11.3", + "vite-plugin-electron-renderer": "^0.11.4", "vue": "^3.2.45", - "vue-tsc": "^1.0.16" + "vue-tsc": "^1.0.24" } } diff --git a/src/style.css b/src/style.css index 614cc25..64aafe8 100644 --- a/src/style.css +++ b/src/style.css @@ -1,7 +1,6 @@ :root { - font-family: Inter, Avenir, Helvetica, Arial, sans-serif; - font-size: 16px; - line-height: 24px; + font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif; + line-height: 1.5; font-weight: 400; color-scheme: light dark;