Merge pull request #283 from LightSaveUs/UI2

Optional WI Match Highlighting
This commit is contained in:
ebolam
2022-11-04 10:58:45 -04:00
committed by GitHub

View File

@@ -7,3 +7,8 @@
.world_info_card.used_in_game {
border: 2px outset var(--wi_card_border_color);
}
.wi_match {
font-style: normal;
pointer-events: none;
}