mirror of https://gitlab.com/bashrc2/epicyon
Width of audio player on podcast screen
parent
dd5684ae3c
commit
1ef492488b
|
@ -71,6 +71,10 @@ body, html {
|
||||||
image-rendering: var(--rendering);
|
image-rendering: var(--rendering);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
audio {
|
||||||
|
width: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
a, u {
|
a, u {
|
||||||
color: var(--options-fg-color);
|
color: var(--options-fg-color);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue