Skip to content

Commit

Permalink
Fix invisible video controls
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpr03 authored Oct 27, 2020
1 parent cbbfef7 commit eb2f8c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ video-js.vjs-ended .vjs-big-play-button,.video-js.vjs-paused .vjs-big-play-butto
}

.video-js .vjs-control-bar {
background-color: rgba(0,0,0,0) !important;
color: #ffffff;
background-color: #000000 !important;
color: #eeeeee;
font-size: 18px
}

Expand Down

0 comments on commit eb2f8c3

Please sign in to comment.