Skip to content

Commit

Permalink
BBL-19 | Customizing color palette
Browse files Browse the repository at this point in the history
  • Loading branch information
exequielrafaela committed Aug 6, 2020
1 parent d1a829f commit 09409a9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
6 changes: 6 additions & 0 deletions docs/assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
}
}

:root {
--md-primary-fg-color: #172a45;
--md-primary-fg-color--light: #303C55;
--md-primary-fg-color--dark: #0a192f;
}

/*markdown and image alignment
ALT tag and a CSS selector on the alt tag
*/
Expand Down
26 changes: 23 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,25 @@ theme:
name: material
custom_dir: material
language: en
icon:
logo: material/book-open-variant
icon: # https://iconify.design/icon-sets/mdi/
#logo: material/account-multiple-check
#logo: material/book-open-variant
#logo: material/library
#logo: material/airplane-takeoff
#logo: material/application-import
#logo: material/beaker-check
#logo: material/beaker-check-outline
#logo: material/coffee-to-go
#logo: material/coffee-to-go-outline
#logo: material/coffee
#logo: material/controller-classic
#logo: material/controller-classic-outline
#logo: material/cube-scan
#logo: material/folder-home
#logo: material/package-variant
#logo: material/jsfiddle
logo: material/book-open-page-variant

favicon: assets/images/logos/favicon.ico
font:
text: Roboto
Expand All @@ -27,8 +44,10 @@ theme:
- tabs
- instant
palette:
primary: "teal"
# primary: "teal" # comment to replace by /docs/assets/stylesheets
# accent: "teal"
accent: "deep purple"

include_sidebar: true

extra:
Expand Down Expand Up @@ -163,6 +182,7 @@ nav:
- Identities:
- gpg: "user-guide/identities/gpg.md"
- identities: "user-guide/identities/identities.md"
- credentials: "user-guide/identities/credentials.md"
- Security:
- VPN: "user-guide/security/vpn.md"
- Services: "user-guide/security/services.md"
Expand Down

0 comments on commit 09409a9

Please sign in to comment.