Skip to content

Commit

Permalink
Update unreleased documentation (#426)
Browse files Browse the repository at this point in the history
* Update versions.json

* Deployed d23ed7c to unreleased in versions with MkDocs 1.5.3 and mike 1.1.2

* Sort docs versions

---------

Co-authored-by: GitHub Actions Bot <[email protected]>
  • Loading branch information
github-actions[bot] and GitHub Actions Bot authored Oct 12, 2023
1 parent 32e1997 commit 455c5b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified versions/unreleased/sitemap.xml.gz
Binary file not shown.
10 changes: 5 additions & 5 deletions versions/unreleased/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,11 @@ to force column width */

/* apply extra styling to badges inside h1 and h2 elements */
:where(h1, h2)>.badge::before {
position: relative;
position: static;
top: -0.42rem;
font-weight: 600;
margin-left: 0.25rem;
vertical-align: super;
vertical-align: middle;
font-size: 0.63rem;
border-radius: 15px;
}
Expand Down Expand Up @@ -260,11 +260,12 @@ to force column width */
/* dark mode code overrides */
[data-md-color-scheme="slate"] {
--md-hue: 220;
--md-default-bg-color: #0C1b1f;
--md-default-bg-color: #040913;
--md-code-bg-color: #252a33;
--md-code-fg-color: #eee;
--md-code-hl-color: #3b3d54;
--md-code-hl-name-color: #eee;
--md-default-fg-color--light: #eee;
}

/* dark mode link overrides */
Expand Down Expand Up @@ -385,8 +386,7 @@ to force column width */
}

.md-header {
background-color: #070E10;
;
background-color: #0b1b1e;
}

.main-page-subheader {
Expand Down

0 comments on commit 455c5b1

Please sign in to comment.