livekit-dgn/styles/globals.css
2022-10-24 17:03:12 +02:00

11 lines
209 B
CSS

@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;
}