This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Commit 9fd4f62 1 parent d8f3403 commit 9fd4f62 Copy full SHA for 9fd4f62
File tree 3 files changed +9
-6
lines changed
fusuma/src/configs/templates
3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 50
50
}
51
51
52
52
h3 {
53
- font-size : 4 rem ;
53
+ font-size : var ( --h3-font-size ) ;
54
54
line-height : 5.6rem ;
55
55
}
56
56
}
Original file line number Diff line number Diff line change 7
7
--base-align : center;
8
8
--base-max-slide-size : 1280px ;
9
9
10
- /* --breakpoint-pc: 768px; */
11
-
12
10
--h1-font-size : 5.6rem ;
13
11
--h1-font-weight : 300 ;
14
12
--h2-font-size : 4rem ;
Original file line number Diff line number Diff line change 5
5
/* @import '@fusuma/client/assets/style/themes/webpack.css'; */
6
6
/* @import '@fusuma/client/assets/style/themes/node.css'; */
7
7
8
- /* the default variables */
8
+ /* global config */
9
+ /* If you want to change the default values, please uncomment. */
10
+ /* ↑ the current values are the default */
9
11
/* TODO: add the url */
10
12
/* :root { */
11
- /* --base-font-size: 62.5% ; */
13
+ /* --base-font-size: 2.4rem ; */
12
14
/* --base-font-weight: 300; */
13
- /* --code-align: auto; */
15
+ /* --base-align: center; */
16
+ /* --base-max-slide-size: 1280px; */
14
17
/* --code-font-size: 1.8rem; */
18
+ /* --h1-font-size: 5.6rem; */
19
+ /* --h2-font-size: 5.6rem; */
15
20
/* } */
16
21
17
22
.title {
You can’t perform that action at this time.
0 commit comments