Minor tweaks to tooltip card styling

This commit is contained in:
Carlos Fernandez 2026-07-07 00:00:59 -04:00
parent b03772b633
commit 6557ebdea3
4 changed files with 129 additions and 129 deletions

View file

@ -4,6 +4,7 @@
#tooltip:has(div.daggerheart.dh-style.tooltip.card-style),
aside[role='tooltip']:has(div.daggerheart.dh-style.tooltip.card-style) {
padding: 0;
padding-bottom: 8px;
border: none;
border-radius: 10px;
height: max-content;
@ -134,7 +135,6 @@ aside[role='tooltip']:has(div.daggerheart.dh-style.tooltip.card-style) {
background: light-dark(@dark-blue-60, @rustic-brown-80);
color: @color-text-emphatic;
font-size: 12px;
margin-bottom: 10px;
}
}