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

Commit d8f3403

Browse files
committed
fix(client): modify customize.css
1 parent ff076a6 commit d8f3403

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
```shell
5757
$ npm i fusuma -D
58-
$ npx fusuma init # not mandatory but it's one easy method
58+
$ npx fusuma init
5959
$ tree -a
6060
.
6161
├── .fusumarc.yml
@@ -79,6 +79,8 @@ When `npx fusuma start` is executed, fusuma will create slides as follows then s
7979
| :----------------------------------------------: | :---------------------------------: |
8080
| ![](./site/docs/assets/procedure-screenshot.png) | ![](./site/docs/assets/sidebar.png) |
8181

82+
👉 https://hiroppy.github.io/fusuma/plain/
83+
8284
[Getting Started/Preparation](https://hiroppy.github.io/fusuma/docs/getting-started/preparation)
8385

8486
## Themes

packages/client/assets/style/customize.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@
3333

3434
.slide-internal-box {
3535
background: inherit;
36-
padding: 16px 0;
36+
padding: 16px;
3737
text-align: inherit;
3838
max-width: var(--base-max-slide-size);
3939
margin: auto;
4040
min-width: 320px;
41-
width: 90%;
4241
}

samples/intro/style.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
--gray-color: #545454;
88
--skin-color: #ffcc99;
99
--color: #7bb7fa;
10+
11+
--title-color: #3498db;
1012
}
1113

1214
h2 {
13-
color: var(--main-color);
1415
margin-bottom: 30px;
1516
}
1617

0 commit comments

Comments
 (0)