Fix muted caption

This commit is contained in:
Bojan Mojsilovic 2024-04-23 12:44:29 +02:00
parent 96349c65a8
commit a8cb75de07

View File

@ -72,6 +72,7 @@
line-height: 20px; line-height: 20px;
color: var(--text-secondary); color: var(--text-secondary);
display: flex; display: flex;
flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
padding: 40px; padding: 40px;
@ -79,7 +80,7 @@
line-break: anywhere; line-break: anywhere;
button { button {
margin: 0; margin: 8px;
padding: 0; padding: 0;
margin-left: 8px; margin-left: 8px;
background: none; background: none;
@ -90,6 +91,10 @@
color: var(--accent-2); color: var(--accent-2);
width: auto; width: auto;
height: auto; height: auto;
&:hover {
color: var(--text-primary);
}
} }
} }