make locked badge stand out more

staging
multiple creatures 2019-07-19 19:48:15 -05:00
parent 07794055f9
commit 4e28528888
1 changed files with 3 additions and 3 deletions

View File

@ -236,9 +236,9 @@
} }
&.locked { &.locked {
color: lighten(pink, 12%); color: lighten(pink, 5%);
background-color: rgba(lighten(pink, 12%), 0.1); background-color: rgba(pink, 0.1);
border-color: rgba(lighten(pink, 12%), 0.5); border-color: rgba(pink, 0.5);
} }
&.froze { &.froze {