Serve extra jss or css from the page frontmatter. Much cleaner.

This commit is contained in:
g_it 2026-02-04 13:45:19 +01:00
commit 12e9d62059
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
141 changed files with 645 additions and 1849 deletions

View file

@ -21,7 +21,8 @@ body {
width: 100%;
}
nav, .md-header {
nav,
.md-header {
background-color: var(--transparent);
}
@ -133,26 +134,14 @@ div.footer {
margin: 30px 5px 5px 0;
padding-bottom: 0;
display: flex;
justify-content: space-between;
justify-content: center;
align-items: center;
flex-direction: row;
}
.version {
transform: rotate(180deg);
font-size: 8px;
margin-left: 20px;
writing-mode: vertical-rl;
font-family: var(--secondary-font);
}
.menu {
display: flex;
justify-content: center;
gap: 3em;
color: var(--primary-colour);
margin-left: 2em;
font-size: max(calc(var(--text-variable-size) * 2), calc(var(--text-min-size) + 2px));
font-family: var(--primary-font);
}
div.footer>*:not(:last-child)::after {
content: " | ";
margin: 0 8px;
}
/*****************************