mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-21 14:47:41 +01:00
10 lines
150 B
CSS
10 lines
150 B
CSS
.videoElement {
|
|
width: 100%;
|
|
background-color: black;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.videoElementText {
|
|
color: var(--text);
|
|
margin: 0;
|
|
}
|