-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed c27e890 with MkDocs version: 1.6.1
- Loading branch information
Unknown
committed
Feb 19, 2025
0 parents
commit f927959
Showing
111 changed files
with
36,676 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/* Additional CSS hackery */ | ||
:root { | ||
--md-primary-fg-color: #000033; | ||
} | ||
|
||
.md-typeset a { | ||
color: #DD00A1; | ||
} | ||
|
||
.youtube { | ||
color: #EE0F0F; | ||
} | ||
|
||
/* override for right hand nav to be a bit wider and prevent wrapping on release notes */ | ||
[dir=ltr] .md-nav--secondary .md-nav__item>.md-nav__link { | ||
margin-right: .1rem; | ||
} | ||
[dir=rtl] .md-nav--primary .md-nav__title .md-nav__icon { | ||
margin-left: .1rem | ||
} |
Oops, something went wrong.