build: setup docker containers for development

This commit is contained in:
2026-03-12 18:37:56 +01:00
parent c16657f996
commit 83cad4b0ae
33 changed files with 170 additions and 138 deletions

View File

@@ -0,0 +1,17 @@
:root {
--primary: #fd5e53;
}
body {
padding: 50px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00B7FF;
}
footer {
border-top: 1px solid var(--primary);
margin-top: 1rem;
}