Fix black embedded links displays on Tooltips.

This commit is contained in:
Vlyan
2026-03-11 09:18:07 +01:00
parent ff7be43861
commit 1c27693dbe
3 changed files with 9 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -411,18 +411,25 @@ button {
top: -1px;
left: -1px;
}
.goodvalue {
color: #4e8c69;
}
.badvalue {
color: #ab2a00;
}
.reference {
display: flex;
.page {
margin-left: 1ch
}
}
.content-link {
background: initial;
}
}
}