removed green color from mejs player

This commit is contained in:
jorge-vitrubio 2021-09-30 13:15:08 +02:00
parent bfeb1242a7
commit de73ccf228
2 changed files with 8 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -48,7 +48,10 @@
}
.mejs-container:not {
a {
background-color: uset;
background-color: unset;
&:hover {
background-color: unset;
}
}
}
}