Auto-publish on Wed 6 Aug 14:52:46 BST 2025

This commit is contained in:
2025-08-06 14:52:46 +01:00
parent ac6316554a
commit 20b25b3bff
3 changed files with 314 additions and 7 deletions

29
output/style.css Normal file
View File

@@ -0,0 +1,29 @@
body {
font-family: sans-serif;
max-width: 700px;
margin: 2rem auto;
padding: 1rem;
line-height: 1.6;
background-color: #f9f9f9;
color: #333;
}
h1, h2, h3 {
color: #004c99;
}
a {
color: #0066cc;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
pre, code {
background: #eee;
padding: 0.2em 0.4em;
border-radius: 4px;
font-family: monospace;
}