Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -321,7 +321,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
|
321 |
flex-direction: column;
|
322 |
width: 100%;
|
323 |
max-width: 1000px;
|
324 |
-
background-color: rgba(17, 34, 64, 0.
|
325 |
border-radius: 10px;
|
326 |
padding: 20px;
|
327 |
box-shadow: 0 0 20px rgba(100, 255, 218, 0.2);
|
@@ -341,7 +341,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
|
341 |
cursor: pointer;
|
342 |
}
|
343 |
.video-controls {
|
344 |
-
background-color: rgba(17, 34, 64, 0.
|
345 |
padding: 10px;
|
346 |
border-radius: 0 0 5px 5px;
|
347 |
display: flex;
|
|
|
321 |
flex-direction: column;
|
322 |
width: 100%;
|
323 |
max-width: 1000px;
|
324 |
+
background-color: rgba(17, 34, 64, 0.3);
|
325 |
border-radius: 10px;
|
326 |
padding: 20px;
|
327 |
box-shadow: 0 0 20px rgba(100, 255, 218, 0.2);
|
|
|
341 |
cursor: pointer;
|
342 |
}
|
343 |
.video-controls {
|
344 |
+
background-color: rgba(17, 34, 64, 0.2);
|
345 |
padding: 10px;
|
346 |
border-radius: 0 0 5px 5px;
|
347 |
display: flex;
|