linting fix

This commit is contained in:
Dave 2021-01-09 13:42:25 +00:00
parent 7ab4bcbc4d
commit af0d944d45
1 changed files with 5 additions and 1 deletions

View File

@ -145,7 +145,11 @@ ul.tokens li {
}
.button.active {
background: linear-gradient(to bottom, $townsfolk 0%, rgba(0, 0, 0, 0.7) 100%);
background: linear-gradient(
to bottom,
$townsfolk 0%,
rgba(0, 0, 0, 0.7) 100%
);
}
#townsquare.spectator ul.tokens li.traveler {