Fix popup background color overflow

This commit is contained in:
alistair3149 2020-06-26 16:09:08 -04:00
parent b51494102d
commit f0f59178fe
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -10,20 +10,12 @@
border: 0;
border-radius: 0;
.boxshadow(4);
> div > a > svg {
background-color: @base-80;
}
}
@media ( prefers-color-scheme: dark ) {
.mwe-popups {
background: @dark-bg-50;
> div > a > svg {
background-color: @dark-bg-40;
}
&.mwe-popups-image-tri:after {
border-color: @dark-bg-50;
}