Added: info

This commit is contained in:
2025-12-07 21:47:29 +01:00
parent 41aad56643
commit ce2777c324
76 changed files with 306126 additions and 1398 deletions

View File

@@ -408,4 +408,16 @@ $quote-color: #918e91;
border-radius: 4px;
border: 1px solid $white;
box-shadow: 2px 2px 12px rgba(62,62,62,.3) !important;
}
/* Haakje voor het nummer */
.footnote-ref::before {
content: "[";
margin-right: 0.05em;
}
/* Haakje na het nummer */
.footnote-ref::after {
content: "]";
margin-left: 0.05em;
}