added table of contents generator

This commit is contained in:
2025-04-01 22:25:10 +02:00
parent 125923a265
commit d7b112d906
5 changed files with 129 additions and 3 deletions

View File

@@ -11,11 +11,21 @@
:root {
--color-text: #e0e0e0;
--color-text-dark: #1e1e1e;
--color-highlight: #72b175;
--color-background: #1b1b1b;
--color-background-highlight: color-mix(in srgb, var(--color-highlight) 10%, transparent);
--color-waters: #2b2b2b;
}
html {
scroll-behavior: smooth;
position: relative;
min-height: 100%;
}
body {
margin: 0 auto 228px;
max-width: 1200px;