Skip to content

Commit

Permalink
fix(client): modify customize.css
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy committed Jan 31, 2021
1 parent ff076a6 commit d8f3403
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

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

👉 https://hiroppy.github.io/fusuma/plain/

[Getting Started/Preparation](https://hiroppy.github.io/fusuma/docs/getting-started/preparation)

## Themes
Expand Down
3 changes: 1 addition & 2 deletions packages/client/assets/style/customize.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@

.slide-internal-box {
background: inherit;
padding: 16px 0;
padding: 16px;
text-align: inherit;
max-width: var(--base-max-slide-size);
margin: auto;
min-width: 320px;
width: 90%;
}
3 changes: 2 additions & 1 deletion samples/intro/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
--gray-color: #545454;
--skin-color: #ffcc99;
--color: #7bb7fa;

--title-color: #3498db;
}

h2 {
color: var(--main-color);
margin-bottom: 30px;
}

Expand Down

0 comments on commit d8f3403

Please sign in to comment.