4 changed files with 17 additions and 6 deletions
@ -1,9 +1,4 @@ |
|||||||
.player { |
.player { |
||||||
height: 80vh; |
height: 80vh; |
||||||
width: 100%; |
width: 100%; |
||||||
background-color: black; |
|
||||||
|
|
||||||
.vjs-big-play-centered .vjs-big-play-button { |
|
||||||
z-index: 99999 !important; |
|
||||||
} |
|
||||||
} |
} |
||||||
|
|||||||
@ -0,0 +1,14 @@ |
|||||||
|
/* Change all text and icon colors in the player. */ |
||||||
|
.vjs-owncast.video-js { |
||||||
|
color: var(--primary-color); |
||||||
|
} |
||||||
|
|
||||||
|
.vjs-owncast .vjs-big-play-button { |
||||||
|
z-index: 999999; |
||||||
|
border-color: var(--primary-color) !important; |
||||||
|
border-radius: var(--theme-rounded-corners) !important; |
||||||
|
} |
||||||
|
|
||||||
|
.vjs-owncast .vjs-control-bar { |
||||||
|
background-color: var(--theme-background) !important; |
||||||
|
} |
||||||
Loading…
Reference in new issue