chore: add all projects content

This commit is contained in:
2025-12-10 01:06:28 +01:00
parent e30124e3f5
commit deaa601efd
17 changed files with 189 additions and 28 deletions

View File

@@ -10,7 +10,7 @@
--secondary-color: #000;
}
html, body, p, a, address {
html, body, p, a, address, h2 {
font-family: 'Abbiocco Beta', system-ui, -apple-system, BlinkMacSystemFont,
'Segoe UI', sans-serif;
}
@@ -18,4 +18,8 @@ html, body, p, a, address {
a {
text-decoration: none;
}
html {
scroll-behavior: smooth;
}
</style>