mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
feat: add beige outline and box shadow to tooltips to enhance contrast
This commit is contained in:
parent
81fe4af36c
commit
e856567bbf
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ aside[role='tooltip']:has(div.daggerheart.dh-style.tooltip.card-style) {
|
|||
width: 18rem;
|
||||
background-image: url('../assets/parchments/dh-parchment-dark.png');
|
||||
position: relative;
|
||||
outline: 1px solid light-dark(@dark-80, @beige-80);
|
||||
box-shadow: 0 0 25px rgba(0, 0, 0, 0.80);
|
||||
|
||||
.tooltip-title {
|
||||
font-size: var(--font-size-20);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue