Deployed c76f819 to 0.123 with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
github-actions 2024-12-23 12:12:46 +00:00
parent 0b83c7f1f9
commit 2f4b15ad92
167 changed files with 12436 additions and 3 deletions

16
0.123/css/style.css Normal file
View file

@ -0,0 +1,16 @@
h2,
h3,
h4,
h5,
h6 {
font-weight: bold !important;
}
.md-typeset h2 {
border-top: 1px solid var(--md-typeset-color);
padding-top: 40px;
}
.md-nav__item--section {
margin-top: 32px;
}

15
0.123/css/timeago.css Normal file
View file

@ -0,0 +1,15 @@
/*
timeago output is dynamic, which breaks when you print a page.
This CSS is only included when type: timeago
and ensures fallback to type "iso_date" when printing.
*/
.git-revision-date-localized-plugin-iso_date { display: none }
@media print {
.git-revision-date-localized-plugin-iso_date { display: inline }
.git-revision-date-localized-plugin-timeago { display: none }
}