Skip to content

Commit

Permalink
website: update footer style.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 3, 2022
1 parent c36faec commit 4c8c025
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
A markdown editor with preview, implemented with React.js and TypeScript.
</p>


[Migrate from @uiw/react-markdown-editor 4.x to 5.x.](https://github.com/uiwjs/react-markdown-editor/releases/tag/v5.0.0)

## Install

```bash
Expand Down Expand Up @@ -295,7 +298,7 @@ As always, thanks to our amazing contributors!
<img src="https://uiwjs.github.io/react-markdown-editor/CONTRIBUTORS.svg" />
</a>

Made with [github-action-contributors](https://github.com/jaywcjlove/github-action-contributors).
Made with [action-contributors](https://github.com/jaywcjlove/github-action-contributors).

## License

Expand Down
3 changes: 1 addition & 2 deletions website/components/Footer.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
padding: 15px 0 100px 0;
font-size: 12px;
line-height: 20px;
color: #fff;
a {
color: #03a9f4;
color: var(--color-accent-fg);
}
}
2 changes: 1 addition & 1 deletion website/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export interface IFooterProps {

export default function Footer({ name, href, year, github }: IFooterProps) {
return (
<div className={style.footer}>
<div className={[style.footer, 'wmde-markdown-var'].join(' ')}>
<div>
Licensed under MIT. (Yes it&acute;s free and <a href={github}>open-sourced</a>)
</div>
Expand Down

0 comments on commit 4c8c025

Please sign in to comment.