Moving to new VPS.

This commit is contained in:
g* 2025-11-17 16:58:08 +01:00
commit b2500e1c01
110 changed files with 12978 additions and 8623 deletions

View file

@ -21,6 +21,14 @@ body {
width: 100%;
}
nav, .md-header {
background-color: var(--transparent);
}
a.md-header__button {
display: none !important;
}
.md-typeset a:hover {
text-decoration: none;
}
@ -36,11 +44,11 @@ body {
/* Change colour of search highlighting. */
.md-search-result__link:focus,
.md-search-result__link:hover {
background-color: var(--secondary-colour);
background-color: var(--transparent);
}
.md-typeset mark {
background-color: var(--secondary-colour);
background-color: var(--transparent);
}
/* This was creating an annoying space at the top. */
@ -53,6 +61,11 @@ article.md-content__inner.md-typeset:after {
max-width: none;
}
/* Hide the repo stuff */
.md-source {
display: none !important;
}
/*****************************
* BUTTON
*****************************/