mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 04:15:09 +01:00
11 lines
150 B
CSS
11 lines
150 B
CSS
.videoElement {
|
|
width: 100%;
|
|
background-color: black;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.videoElementText {
|
|
color: var(--text);
|
|
margin: 0;
|
|
}
|