Merge branch 'main' into refactor/84-data-models-structure

This commit is contained in:
WBHarry 2025-06-10 23:58:16 +02:00
commit 044d0a5b21
2 changed files with 2 additions and 2 deletions

View file

@ -2774,7 +2774,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;