mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-06 08:25:59 +00: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;
|
|
}
|