You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
366 B
14 lines
366 B
/* 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; |
|
}
|
|
|