added sites

This commit is contained in:
Jannik Menzel 2025-05-18 14:38:36 +02:00
parent f18e59b6cb
commit 56e2fd85ff
12 changed files with 351 additions and 9 deletions

View file

@ -66,6 +66,10 @@
color: var(--color-text-dark);
}
#markdown .details.expanded .details-content * {
color: var(--color-text);
}
.details-header {
display: flex;
justify-content: space-between;
@ -136,3 +140,11 @@
#markdown .details.expanded .details-content {
display: block;
}
#markdown .details.expanded .details-content a {
text-decoration: underline !important;
}
#markdown .details.expanded .details-content a:hover {
text-decoration: none !important;
}