livekit-dgn/styles/globals.css

12 lines
209 B
CSS
Raw Normal View History

2022-10-24 17:03:12 +02:00
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@100;300;400;600&display=swap');
video {
border-radius: 4px;
width: 100%;
}
body,
.react-tiny-popover-container {
color: #fff;
}