From b17039fbba281dec26fcd0e771ca8a2173cab3bc Mon Sep 17 00:00:00 2001 From: Dapoulp Date: Sat, 31 May 2025 23:51:02 +0200 Subject: [PATCH] Update for evil light mode --- styles/daggerheart.css | 4 ++++ styles/resources.less | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/styles/daggerheart.css b/styles/daggerheart.css index 61da587d..a5550802 100755 --- a/styles/daggerheart.css +++ b/styles/daggerheart.css @@ -2726,6 +2726,7 @@ div.daggerheart.views.multiclass { #resources { min-height: calc(var(--header-height) + 4rem); min-width: 4rem; + color: #d3d3d3; } #resources .window-content { padding: 0.5rem; @@ -2823,6 +2824,9 @@ div.daggerheart.views.multiclass { #resources:not(:hover):not(.minimized) .window-resize-handle { visibility: hidden; } +#resources:has(.fear-bar) { + min-width: 200px; +} .application.sheet.daggerheart.dh-style.feature .item-sheet-header { display: flex; } diff --git a/styles/resources.less b/styles/resources.less index 26e1ca70..71a00c59 100644 --- a/styles/resources.less +++ b/styles/resources.less @@ -7,6 +7,7 @@ #resources { min-height: calc(var(--header-height) + 4rem); min-width: 4rem; + color: #d3d3d3; .window-content { padding: .5rem; #resource-fear { @@ -106,4 +107,7 @@ visibility: hidden; } } + &:has(.fear-bar) { + min-width: 200px; + } } \ No newline at end of file