removed green color from mejs player
This commit is contained in:
parent
bfeb1242a7
commit
de73ccf228
File diff suppressed because one or more lines are too long
|
@ -48,7 +48,10 @@
|
||||||
}
|
}
|
||||||
.mejs-container:not {
|
.mejs-container:not {
|
||||||
a {
|
a {
|
||||||
background-color: uset;
|
background-color: unset;
|
||||||
|
&:hover {
|
||||||
|
background-color: unset;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue