(chore): Dark mode audit
Cleaned up colors that weren't themed, fixed blue-light/blue-dark mapping
Closes #1553
0/1 thread resolved
1 1 .m-androidApp__download { 2 2 box-sizing: border-box; 3 border: 2px solid rgba(255,255,255,0.6); 4 3 border-radius: 8px; 5 background: #111; 4 @include m-theme(){ 5 border: 2px solid rgba(themed($m-white), 0.6); 6 background: rgba(themed($m-grey-950), 0.7); - Owner
I think we always want the android button to be black background and white text, not to invert.
Edited by Mark Harding
added MR::Requires Changes Squad::Blue scoped labels