UX: video placeholder icon should always be white (#23990)

This commit is contained in:
Kris
2023-10-19 09:35:43 -04:00
committed by GitHub
parent bc9558550d
commit d7474e643a

View File

@ -935,7 +935,7 @@ aside.onebox.mixcloud-preview {
background-position: center;
max-width: 30%;
.d-icon {
color: var(--secondary);
color: white;
height: 2em;
width: 2em;
transition: width 0.15s, height 0.15s;