|
1 | 1 | /* themes */
|
2 |
| -/* If nothing is loaded, the default theme will be applied. */ |
| 2 | +/* When nothing is loaded, the default theme will be applied. */ |
| 3 | +/* see https://github.com/hiroppy/fusuma#themes */ |
3 | 4 | /* @import '@fusuma/client/assets/style/themes/pop.css'; */
|
4 | 5 | /* @import '@fusuma/client/assets/style/themes/babel.css'; */
|
5 | 6 | /* @import '@fusuma/client/assets/style/themes/webpack.css'; */
|
6 | 7 | /* @import '@fusuma/client/assets/style/themes/node.css'; */
|
7 | 8 |
|
8 | 9 | /* global config */
|
9 |
| -/* If you want to change the default values, please uncomment. */ |
10 |
| -/* ↑ the current values are the default */ |
11 |
| -/* TODO: add the url */ |
| 10 | +/* When you want to change the default values, please uncomment. */ |
| 11 | +/* see https://github.com/hiroppy/fusuma/blob/master/packages/client/assets/style/variables.css */ |
12 | 12 | /* :root { */
|
| 13 | +/* --base-font-family: 'Roboto', 'San Francisco', helvetica, arial, sans-serif; */ |
13 | 14 | /* --base-font-size: 2.4rem; */
|
14 | 15 | /* --base-font-weight: 300; */
|
15 | 16 | /* --base-align: center; */
|
16 | 17 | /* --base-max-width: 1280px; */
|
17 | 18 | /* --base-outer-margin: 24px; */
|
18 |
| -/* --code-font-size: 1.8rem; */ |
| 19 | +/* --base-image-width: 100%; */ |
| 20 | +/* --base-image-border-radius: 0; */ |
19 | 21 | /* --h1-font-size: 5.6rem; */
|
20 |
| -/* --h2-font-size: 5.6rem; */ |
| 22 | +/* --h2-font-size: 4rem; */ |
| 23 | +/* --h3-font-size: 3.6rem; */ |
| 24 | +/* --code-font-size: 1.8rem; */ |
21 | 25 | /* } */
|
22 | 26 |
|
23 | 27 | .title {
|
|
0 commit comments