split up css style files

This commit is contained in:
2026-09-21 21:40:11 +02:00
parent e38f26e289
commit dfa253bf48
21 changed files with 608 additions and 565 deletions
+14
View File
@@ -0,0 +1,14 @@
#introduction {
margin-top: var(--margin-top);
margin-left: var(--margin-main-content);
margin-bottom: 60px;
margin-right: var(--margin-main-content);
}
#introduction p {
color: var(--text);
}
.text-link.introduction {
margin-top: 20px;
}