Restored background color to the fear view

This commit is contained in:
WBHarry 2025-06-07 19:09:59 +02:00
parent a92221778e
commit 7799f4f1eb
2 changed files with 2 additions and 2 deletions

View file

@ -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;