mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-13 14:36:09 +00: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;
|
|
}
|