plain site; demo content added; re-terminal theme enabled; some theme customizations

This commit is contained in:
2025-04-05 23:13:00 +02:00
parent 2247bf4587
commit 77fe18522e
108 changed files with 13429 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
#banner {
width: 100%;
height: 2rem;
display: grid;
grid-template-columns: 1fr auto;
background: var(--accent);
& span {
display: flex;
align-items: center;
justify-content: center;
}
& a {
color: var(--accent-contrast-color);
display: inline;
}
& > button {
padding: 0 5px 0 0;
margin: 0;
}
}