Skip to content

Commit b4482b1

Browse files
authored
build: bump mkdocs-material -> 9.4.2
* 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
1 parent 15e0bc2 commit b4482b1

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

docs/fbw-a32nx/support/reported-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<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" />
1515

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

1818
!!! warning "Read our Support Guide"
1919

docs/stylesheets/admonitions.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
.md-typeset .admonition-title, .md-typeset summary {
55
font-size: .8rem;
66
font-weight: inherit;
7+
color: #fff;
78
}
89
.md-typeset .admonition, .md-typeset details {
910
font-size: .8rem;
11+
color: #fff;
1012
}
1113
.md-typeset :is(.admonition,details) {
1214
font-size: .8rem;

docs/stylesheets/extra.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
--md-accent-fg-color: var(--md-primary-fg-color);
1010
--md-secondary-accent-color: #0E131B;
1111
--md-typeset-a-color: var(--md-primary-fg-color);
12+
--md-typeset-color: #ffffff;
1213
}
1314

1415
[data-md-color-scheme="slate"] {

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mkdocs-material==9.2.1
1+
mkdocs-material==9.4.2
22
mkdocs-awesome-pages-plugin
33
mkdocs-git-revision-date-localized-plugin
44
mkdocs-redirects

0 commit comments

Comments
 (0)