chore(release): 0.5.0 #13

Merged
pufereq merged 33 commits from release/0.5.0 into main 2026-02-28 22:48:50 +00:00
13 changed files with 798 additions and 404 deletions
Showing only changes of commit 54eec657a5 - Show all commits

View File

@@ -14,7 +14,7 @@
body { body {
background-color: var(--ctp-base); background-color: var(--ctp-base);
font-family: monospace, sans-serif !important; font-family: sans-serif;
color: var(--ctp-text); color: var(--ctp-text);
} }
@@ -51,6 +51,10 @@ header {
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
} }
header h2 {
font-family: monospace, sans-serif;
}
main { main {
display: flex; display: flex;
flex-grow: 1; flex-grow: 1;