06-16-2020, 04:12 PM
@Tim Curtis I only have testedfor the desktop with Windows 10 and Chrome. Firefox offcourse ignores the css. And my mobile devices don't match the media query (as intended).
For the opacity you can't use the opacity prop here. It needs to be part of the color itself, something like:
And that is indeed an improvement.
For the opacity you can't use the opacity prop here. It needs to be part of the color itself, something like:
Code:
background:rgba(var(--textvariant),0.25) !important;
And that is indeed an improvement.