Serve extra jss or css from the page frontmatter. Much cleaner.
This commit is contained in:
parent
407ff4b6e9
commit
12e9d62059
141 changed files with 645 additions and 1849 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
/*****************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue