Fix popup dark mode color

This commit is contained in:
alistair3149 2020-06-10 21:37:17 -04:00
parent d2124579a3
commit d4113bc834
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -39,57 +39,57 @@
&.mwe-popups-no-image-tri {
&:before {
border-top-color: @dark-bg-50;
border-bottom-color: @dark-bg-50;
}
&:after {
border-top-color: @dark-bg-50;
border-bottom-color: @dark-bg-50;
}
&.flipped_x {
&:before {
border-top-color: @dark-bg-50;
border-bottom-color: @dark-bg-50;
}
&:after {
border-top-color: @dark-bg-50;
border-bottom-color: @dark-bg-50;
}
}
}
&.flipped_x.mwe-popups-is-tall {
&:before {
border-top-color: @dark-bg-50;
border-bottom-color: @dark-bg-50;
}
}
&.flipped_x_y {
&:before {
border-bottom-color: @dark-bg-50;
border-top-color: @dark-bg-50;
}
&:after {
border-bottom-color: @dark-bg-50;
border-top-color: @dark-bg-50;
}
&.mwe-popups-is-tall {
&:before {
border-bottom-color: @dark-bg-50;
border-top-color: @dark-bg-50;
}
&:after {
border-bottom-color: @dark-bg-50;
border-top-color: @dark-bg-50;
}
}
}
&.flipped_y {
&:before {
border-bottom-color: @dark-bg-50;
border-top-color: @dark-bg-50;
}
&:after {
border-bottom-color: @dark-bg-50;
border-top-color: @dark-bg-50;
}
}
}