Add the correct styling for broken links

This commit is contained in:
2026-08-09 16:02:27 -04:00
parent 92d041e208
commit e57ee2c711
2 changed files with 13 additions and 3 deletions

View File

@@ -9,4 +9,13 @@
.backlinks {
}
}
.invalid-link {
opacity: 80%;
cursor: help;
}
.invalid-link-brackets {
opacity: 20%;
}