Wiki Links support

This commit is contained in:
2026-04-21 19:50:16 +02:00
parent 9639a70572
commit e0d2fb0b41
7 changed files with 478 additions and 5 deletions
+17
View File
@@ -59,6 +59,15 @@ a:hover {
color: var(--link-hover);
}
/* Broken wiki link: target folder does not exist */
.content a.broken {
color: var(--primary-hover);
text-decoration: line-through;
}
.content a.broken:hover {
color: var(--link-hover);
}
/* === Header === */
header {
padding: 0.75rem 1rem;
@@ -124,6 +133,14 @@ header {
padding: 0 0.15rem;
}
/* Destructive action */
.danger {
color: var(--primary-hover);
}
.danger:hover {
color: var(--link-hover);
}
/* === Main === */
main {
max-width: 860px;