Added the display

This commit is contained in:
WBHarry 2025-11-25 17:13:13 +01:00
parent 01dd5ced94
commit 4954e41b02
13 changed files with 125 additions and 43 deletions

View file

@ -0,0 +1,19 @@
#tooltip.bordered-tooltip {
width: 320px;
border: 1px solid light-dark(@dark-blue, @golden);
.daggerheart.dh-style.tooltip {
color: @beige;
.tooltip-header {
display: flex;
flex-direction: column;
text-align: center;
.helper {
font-size: 12px;
font-style: italic;
}
}
}
}