stream-api/frontend/style.css
Roy Olav Purser 341932fd0e
All checks were successful
continuous-integration/drone Build is passing
set download link color
2022-03-13 10:08:47 +01:00

25 lines
502 B
CSS

body {
margin: 0px;
}
.vjs-button {
cursor:pointer;
}
.vjs-big-download {
color: white;
position: absolute !important;
font-size: 3rem !important;
height: 4rem !important;
width: 4rem !important;
top: 5rem !important;
right: 1rem !important;
}
.vjs-big-chromecast {
color: white;
position: absolute !important;
font-size: 3rem !important;
height: 4rem !important;
width: 4rem !important;
top: 1rem !important;
right: 1rem !important;
}