diff options
author | cel 🌸 <cel@blos.sm> | 2024-03-03 11:42:07 +0000 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2024-03-03 11:42:07 +0000 |
commit | 55a60c967c89c3022a61cee5bde890a99fd52dfc (patch) | |
tree | f513f9b8a72d3dad87776049bc7de4c9b89854da /static/style.css | |
parent | 4f31dbfc3d00a7ce8e1f4935072766044ec830d7 (diff) | |
download | blossom-55a60c967c89c3022a61cee5bde890a99fd52dfc.tar.gz blossom-55a60c967c89c3022a61cee5bde890a99fd52dfc.tar.bz2 blossom-55a60c967c89c3022a61cee5bde890a99fd52dfc.zip |
styling for audio tag
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index c7e6366..dfc18e3 100644 --- a/static/style.css +++ b/static/style.css @@ -574,6 +574,10 @@ pre code { padding: 0.5vw 1vw; } +audio { + display: block; +} + /* branches */ .branch { |