docs: added 'corporate' colors for docs

This commit is contained in:
Antonio 2022-03-25 19:23:08 +02:00
parent d02fe7caf9
commit 223017e218
2 changed files with 7 additions and 3 deletions

4
docs/assets/extra.css Normal file
View File

@ -0,0 +1,4 @@
:root {
--md-primary-fg-color: rgb(196, 54, 39);
--md-accent-fg-color: rgb(62, 139, 138);
}

View File

@ -7,9 +7,6 @@ theme:
favicon: http://showdownjs.com/apple-touch-icon.png
icon:
repo: fontawesome/brands/github
palette:
primary: red
accent: cyan
features:
- navigation.tabs
@ -19,6 +16,9 @@ markdown_extensions:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra_css:
- assets/extra.css
repo_url: https://github.com/showdownjs/showdown
repo_name: showdownjs/showdown
site_dir: public