diff --git a/frontend/src/index.css b/frontend/src/index.css index fb7e732..909d011 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -17,6 +17,14 @@ } } +video::cue { + text-align: center; + background: rgba(0, 0, 0, 0.75); + color: #ffffff; + font-size: 1rem; + line-height: 1.4; +} + @layer utilities { .line-clamp-2 { display: -webkit-box;