Adding some portfolio pages.

This commit is contained in:
g* 2025-11-05 01:48:34 +01:00
commit 8682c67a8b
11 changed files with 171 additions and 2 deletions

View file

@ -44,11 +44,11 @@ a.md-header__button {
/* 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. */
@ -61,6 +61,11 @@ article.md-content__inner.md-typeset:after {
max-width: none;
}
/* Hide the repo stuff */
.md-source {
display: none !important;
}
/*****************************
* BUTTON
*****************************/