diff --git a/static/src/app/army/army-member.component.css b/static/src/app/army/army-member.component.css index 2c149bf..40bc2a1 100644 --- a/static/src/app/army/army-member.component.css +++ b/static/src/app/army/army-member.component.css @@ -33,7 +33,7 @@ } tbody { - background: #ffffffe0; + background: rgba(255, 255, 255, 0.88); } .cell-outline { diff --git a/static/src/app/army/army.component.css b/static/src/app/army/army.component.css index ba5a69f..896472d 100644 --- a/static/src/app/army/army.component.css +++ b/static/src/app/army/army.component.css @@ -27,7 +27,7 @@ .middle-row { min-height: 120px; border: rgb(34, 34, 34); - background-color: #ffffffe0; + background-color: rgba(255, 255, 255, 0.88); border-left-style: solid; border-right-style: solid; }