commit 50a9d1b2cd8d493194e48ced1c168748b9af7709 parent c4adc51ffbb81dc1626bdb8383a1821ad7b6c9d5 Author: David Eisinger <[email protected]> Date: Mon, 30 Oct 2023 10:17:17 -0400 Increase audio player contrast Diffstat:
| M | themes/v2/assets/css/style.scss | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss @@ -163,3 +163,7 @@ pre { padding: 1ch 1ch; border-radius: 3px; } + +audio::-webkit-media-controls-panel { + background-color: rgba(0, 0, 0, 0.05); +}