1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-22 14:57:40 +01:00
smov/src/components/VideoElement.css
2021-07-14 23:09:42 +01:00

10 lines
152 B
CSS

.videoElement {
width: 100%;
background-color: #111117;
border-radius: 5px;
}
.videoElementText {
color: var(--text);
margin: 0;
}