Skip to content

Commit

Permalink
Skull: Change current player highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomis committed Jul 3, 2020
1 parent bb568d2 commit a8d2f56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions games-vue-client/src/components/games/skull/Skull.vue
Expand Up @@ -88,7 +88,7 @@ export default {
}
.player.current-player {
border: 1px solid yellow !important;
box-shadow: 0px 0px 5px 6px yellow !important;
border: 1px solid #ddf9fd !important;
box-shadow: 0px 0px 5px 6px #ddf9fd !important;
}
</style>

0 comments on commit a8d2f56

Please sign in to comment.