Testing pre-push hook. Added some fonts.

This commit is contained in:
g_it 2026-02-10 21:41:41 +01:00
commit 3fb24e8037
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
94 changed files with 456 additions and 1525 deletions

View file

@ -1,50 +1,50 @@
@import url(_colours.css);
/*****************************
* CHAPTER
* Styling for chapter pages.
*****************************/
/* Removing all padding, margins, etc. The content covers the entire viewing area */
body,
.md-content__inner,
.md-main__inner,
.md-grid,
html,
body,
* {
margin: 0;
padding: 0;
.md-grid {
box-sizing: border-box;
max-width: none;
}
article,
.md-container {
min-height: 100%;
width: 100%;
margin: 0;
max-width: none;
padding: 0;
}
body {
min-height: 100vh;
align-items: center;
display: flex;
justify-content: center;
align-items: center;
background-color: white;
min-height: 100%;
width: 100%;
}
.container {
article,
.md-container,
div.md-content {
margin: 0;
min-height: 100%;
padding: 0;
width: 100%;
height: 100%;
}
header,
.md-content .md-typeset h1 {
display: none !important;
}
article.md-content__inner.md-typeset:before,
article.md-content__inner.md-typeset:after {
content: none;
}
/* Hide announcements bar on chapter pages */
header,
[data-md-component="skip"],
[data-md-component="announce"],
.md-content .md-typeset h1 {
display: none !important;
}
/* Hide the repo stuff */
.md-source {
display: none !important;
}