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 5a7bd7c commit 629c11aCopy full SHA for 629c11a
.vitepress/themeConfig.ts
@@ -16,7 +16,7 @@ export default {
16
comments: {
17
type: 'artalk',
18
options: {
19
- server: 'http://artalk.namichong.com',
+ server: 'https://artalk.namichong.com',
20
site: 'Hi! Tmiracle'
21
}
22
},
package/theme/light/var.scss
@@ -8,7 +8,7 @@
8
9
.nano-theme {
10
--scale: 0;
11
- --base-size: calc((var(--scale) * 1px) + 16px);
+ --base-size: calc((var(--scale) * 1px) + 14px);
12
13
* {
14
font-size: var(--base-size);
0 commit comments