mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-16 13:41:07 +01:00
Restored background color to the fear view
This commit is contained in:
parent
a92221778e
commit
7799f4f1eb
2 changed files with 2 additions and 2 deletions
|
|
@ -2997,7 +2997,7 @@ div.daggerheart.views.multiclass {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 3rem;
|
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);
|
-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);
|
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
|
||||||
color: #d3d3d3;
|
color: #d3d3d3;
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 3rem;
|
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);
|
-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);
|
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
|
||||||
color: #d3d3d3;
|
color: #d3d3d3;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue