This commit is contained in:
2025-10-07 18:12:58 +02:00
parent 24258962c4
commit 8c095cb3fc
9 changed files with 1369 additions and 872 deletions

View File

@@ -1,18 +1,18 @@
:root {
--border-color: #a0a0a0;
--border-radius: 1rem;
--space: 1rem;
--primary-color: #1677ff;
--dark-primary-color: #003eb3;
--border-color: #a0a0a0;
--border-radius: 1rem;
--space: 1rem;
--primary-color: #1677ff;
--dark-primary-color: #003eb3;
}
body {
padding: var(--space);
height: 100vh;
width: 100vw;
padding: var(--space);
height: 100vh;
width: 100vw;
}
h1,
p {
margin-block: 0.25rem;
margin-block: 0.25rem;
}