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