N°3918 - Restore style on broken wiki links (also add a tooltip to explain what it means)

This commit is contained in:
Molkobain
2021-08-13 11:56:40 +02:00
parent 280feca863
commit e666631f63
4 changed files with 17 additions and 3 deletions

View File

@@ -136,6 +136,11 @@ body.ibo-has-fullscreen-descendant {
}
}
.ibo-is-broken-hyperlink {
text-decoration: line-through;
cursor: help;
}
.ibo-is-code {
background-color: $ibo-is-code--background-color;
padding: $ibo-is-code--padding;