mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
Merge pull request #899 from showdownjs/proper-colors-for-docs
docs: added 'corporate' colors for docs
This commit is contained in:
commit
53aa1cc79f
4
docs/assets/extra.css
Normal file
4
docs/assets/extra.css
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
:root {
|
||||||
|
--md-primary-fg-color: rgb(196, 54, 39);
|
||||||
|
--md-accent-fg-color: rgb(62, 139, 138);
|
||||||
|
}
|
|
@ -7,9 +7,6 @@ theme:
|
||||||
favicon: http://showdownjs.com/apple-touch-icon.png
|
favicon: http://showdownjs.com/apple-touch-icon.png
|
||||||
icon:
|
icon:
|
||||||
repo: fontawesome/brands/github
|
repo: fontawesome/brands/github
|
||||||
palette:
|
|
||||||
primary: red
|
|
||||||
accent: cyan
|
|
||||||
features:
|
features:
|
||||||
- navigation.tabs
|
- navigation.tabs
|
||||||
|
|
||||||
|
@ -19,6 +16,9 @@ markdown_extensions:
|
||||||
emoji_index: !!python/name:materialx.emoji.twemoji
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
||||||
emoji_generator: !!python/name:materialx.emoji.to_svg
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
||||||
|
|
||||||
|
extra_css:
|
||||||
|
- assets/extra.css
|
||||||
|
|
||||||
repo_url: https://github.com/showdownjs/showdown
|
repo_url: https://github.com/showdownjs/showdown
|
||||||
repo_name: showdownjs/showdown
|
repo_name: showdownjs/showdown
|
||||||
site_dir: public
|
site_dir: public
|
||||||
|
|
Loading…
Reference in New Issue
Block a user