Making WI highlighting optional

This commit is contained in:
LightSaveUs
2022-11-04 09:10:51 +03:00
committed by GitHub
parent 7f96a3c040
commit d00f1f27a2

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;
}