chore(release): 0.7.0 #18

Merged
pufereq merged 12 commits from release/0.7.0 into main 2026-03-12 20:17:16 +00:00
5 changed files with 235 additions and 20 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 {