feat: improve templates #17

Merged
pufereq merged 10 commits from feat/improve-templates into develop 2026-03-12 20:16:06 +00:00
4 changed files with 217 additions and 3 deletions
Showing only changes of commit 865112c823 - Show all commits

View File

@@ -16,6 +16,7 @@ body {
background-color: var(--ctp-base);
font-family: sans-serif;
color: var(--ctp-text);
min-height: 100vh;
}
.fi {
@@ -62,15 +63,13 @@ main {
aside {
width: 20rem;
background-color: var(--ctp-base);
border-right: 2px solid var(--ctp-mantle);
border-right: 4px solid var(--ctp-mantle);
}
#content {
display: flex;
flex-direction: column;
gap: 1rem;
flex-grow: 1;
padding: 1rem;
}
header a {