feat: add beige outline and box shadow to tooltips to enhance contrast

This commit is contained in:
Murilo Brito 2025-12-23 19:16:45 -03:00
parent 81fe4af36c
commit e856567bbf

View file

@ -11,6 +11,8 @@ aside[role='tooltip']:has(div.daggerheart.dh-style.tooltip.card-style) {
width: 18rem; width: 18rem;
background-image: url('../assets/parchments/dh-parchment-dark.png'); background-image: url('../assets/parchments/dh-parchment-dark.png');
position: relative; position: relative;
outline: 1px solid light-dark(@dark-80, @beige-80);
box-shadow: 0 0 25px rgba(0, 0, 0, 0.80);
.tooltip-title { .tooltip-title {
font-size: var(--font-size-20); font-size: var(--font-size-20);