Skip to content

Commit b06feb6

Browse files
author
committed
Deployed 396369c with MkDocs version: 1.6.1
0 parents  commit b06feb6

File tree

111 files changed

+36717
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+36717
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

+1,056
Large diffs are not rendered by default.

assets/css/extra.css

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/* Additional CSS hackery */
2+
:root {
3+
--md-primary-fg-color: #000033;
4+
}
5+
6+
.md-typeset a {
7+
color: #DD00A1;
8+
}
9+
10+
.youtube {
11+
color: #EE0F0F;
12+
}
13+
14+
/* override for right hand nav to be a bit wider and prevent wrapping on release notes */
15+
[dir=ltr] .md-nav--secondary .md-nav__item>.md-nav__link {
16+
margin-right: .1rem;
17+
}
18+
[dir=rtl] .md-nav--primary .md-nav__title .md-nav__icon {
19+
margin-left: .1rem
20+
}

0 commit comments

Comments
 (0)