Moved from re-terminal to terminal theme

This commit is contained in:
2025-04-08 22:02:09 +02:00
parent be98c1d9dd
commit 04254c81a4
84 changed files with 266 additions and 392 deletions

View File

@@ -0,0 +1,32 @@
<!--
To add an extended head section, please create
`layouts/partials/extended_head.html` in your Hugo directory.
-->
<style>
#banner {
width: 100%;
height: 2rem;
display: grid;
grid-template-columns: 1fr auto;
background: var(--accent);
}
#banner span {
display: flex;
align-items: center;
justify-content: center;
}
#banner a {
color: var(--background);
display: inline;
}
#banner > button {
padding: 0 5px 0 0;
margin: 0;
}
</style>
<div id="banner"><span><a href="{{ $.Site.Params.Banner.url }}">{{ $.Site.Params.Banner.text }}</a></span></div>