fix(audio): styling on light theme

This commit is contained in:
Elian Doran 2026-03-11 20:41:37 +02:00
parent 3edd8f6c5a
commit f8b4c6cb15
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View File

@ -2,9 +2,7 @@
padding: 1.25em;
display: flex;
flex-direction: column;
gap: 0.5em;
background: rgba(0, 0, 0, 0.5);
color: white;
gap: 0.5em;
.media-buttons-row {
display: flex;

View File

@ -2,7 +2,7 @@
width: 100%;
height: 100%;
position: relative;
background-color: black;
background-color: black;
.video-preview {
background-color: black;
@ -15,7 +15,7 @@
.video-preview-controls {
opacity: 0;
pointer-events: none;
pointer-events: none;
}
}
@ -28,5 +28,7 @@
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.5);
color: white;
}
}