init module

This commit is contained in:
panr 2022-06-21 15:50:51 +02:00
commit 56791937ff
77 changed files with 5549 additions and 0 deletions

9
assets/css/terms.css Normal file
View file

@ -0,0 +1,9 @@
.terms {
h1 {
color: var(--accent);
}
h3 {
font-size: initial;
}
}