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

View File

@@ -8,6 +8,7 @@ Date format : day/month/year
## 1.13.5 - ??/03/2026 - ??? ## 1.13.5 - ??/03/2026 - ???
- Fix List without bullet on item sheets. - Fix List without bullet on item sheets.
- Fix black embedded links displays on Tooltips.
## 1.13.4 - 01/03/2026 - UI Polish, Compendium Upgrades ## 1.13.4 - 01/03/2026 - UI Polish, Compendium Upgrades
Welcoming Litasa as a maintainer for the system! Welcoming Litasa as a maintainer for the system!

File diff suppressed because one or more lines are too long

View File

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