Bump up opacity of infopopup

This commit is contained in:
Zac Ioannidis
2020-10-29 11:21:38 +00:00
parent e3a7dbe039
commit ad5995b498

View File

@@ -36,7 +36,8 @@
}
&.dark {
background: $black-transparent;
// background: $black-transparent;
background: rgba(0,0,0,0.8);
color: white;
}