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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;