Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 75962f5

Browse files
committed
feat(config): update style.css
1 parent cdf32ca commit 75962f5

File tree

1 file changed

+10
-6
lines changed
  • packages/fusuma/src/configs/templates

1 file changed

+10
-6
lines changed

packages/fusuma/src/configs/templates/style.css

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
11
/* 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 */
34
/* @import '@fusuma/client/assets/style/themes/pop.css'; */
45
/* @import '@fusuma/client/assets/style/themes/babel.css'; */
56
/* @import '@fusuma/client/assets/style/themes/webpack.css'; */
67
/* @import '@fusuma/client/assets/style/themes/node.css'; */
78

89
/* 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 */
1212
/* :root { */
13+
/* --base-font-family: 'Roboto', 'San Francisco', helvetica, arial, sans-serif; */
1314
/* --base-font-size: 2.4rem; */
1415
/* --base-font-weight: 300; */
1516
/* --base-align: center; */
1617
/* --base-max-width: 1280px; */
1718
/* --base-outer-margin: 24px; */
18-
/* --code-font-size: 1.8rem; */
19+
/* --base-image-width: 100%; */
20+
/* --base-image-border-radius: 0; */
1921
/* --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; */
2125
/* } */
2226

2327
.title {

0 commit comments

Comments
 (0)