chore(style.css): adjust styles

This commit is contained in:
2026-03-12 20:41:08 +01:00
parent 1d764bd77d
commit 865112c823

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 {