From 7799f4f1eb12482c7c0f042818e32516b32f923d Mon Sep 17 00:00:00 2001 From: WBHarry Date: Sat, 7 Jun 2025 19:09:59 +0200 Subject: [PATCH] Restored background color to the fear view --- styles/daggerheart.css | 2 +- styles/resources.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/daggerheart.css b/styles/daggerheart.css index 78af5ecc..63c4266f 100755 --- a/styles/daggerheart.css +++ b/styles/daggerheart.css @@ -2997,7 +2997,7 @@ div.daggerheart.views.multiclass { justify-content: center; align-items: center; width: 3rem; - background-color: var(rgba(9, 71, 179, 0.75)); + background-color: rgba(9, 71, 179, 0.75); -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75); box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75); color: #d3d3d3; diff --git a/styles/resources.less b/styles/resources.less index a1679dab..1f609c5e 100644 --- a/styles/resources.less +++ b/styles/resources.less @@ -29,7 +29,7 @@ justify-content: center; align-items: center; width: 3rem; - background-color: var(@primary-color-fear); + background-color: @primary-color-fear; -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75); box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75); color: #d3d3d3;