Skip to content

Commit

Permalink
build: bump mkdocs-material -> 9.4.2
Browse files Browse the repository at this point in the history
* build: bump mkdocs-material -> 9.4.2

* add :root color styling for general font

* add color default to admonitions.css

* update sim version in reported-issues.md
  • Loading branch information
Valastiri authored Sep 29, 2023
1 parent 15e0bc2 commit b4482b1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/fbw-a32nx/support/reported-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<img src="https://img.shields.io/github/v/release/flybywiresim/aircraft.svg?color=2F4E5B&style=flat" /> <img src="https://img.shields.io/badge/dynamic/json?color=00848A&label=Development&query=shortSha&url=https%3A%2F%2Fapi.flybywiresim.com%2Fapi%2Fv1%2Fgit-versions%2Fflybywiresim%2Faircraft%2Fbranches%2Fmaster&style=flat" alt="Development Version" />

FBW Installer - [Download Here](https://api.flybywiresim.com/installer){target=new} / *Latest Sim Version: 1.33.8.0*
FBW Installer - [Download Here](https://api.flybywiresim.com/installer){target=new} / *Latest Sim Version: 1.34.16.0*

!!! warning "Read our Support Guide"

Expand Down
2 changes: 2 additions & 0 deletions docs/stylesheets/admonitions.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
.md-typeset .admonition-title, .md-typeset summary {
font-size: .8rem;
font-weight: inherit;
color: #fff;
}
.md-typeset .admonition, .md-typeset details {
font-size: .8rem;
color: #fff;
}
.md-typeset :is(.admonition,details) {
font-size: .8rem;
Expand Down
1 change: 1 addition & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
--md-accent-fg-color: var(--md-primary-fg-color);
--md-secondary-accent-color: #0E131B;
--md-typeset-a-color: var(--md-primary-fg-color);
--md-typeset-color: #ffffff;
}

[data-md-color-scheme="slate"] {
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mkdocs-material==9.2.1
mkdocs-material==9.4.2
mkdocs-awesome-pages-plugin
mkdocs-git-revision-date-localized-plugin
mkdocs-redirects
Expand Down

1 comment on commit b4482b1

@vercel
Copy link

@vercel vercel bot commented on b4482b1 Sep 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./

docs.flybywiresim.com
docs-git-primary-flybywire.vercel.app
docs-flybywire.vercel.app

Please sign in to comment.