hide audio btn border

This commit is contained in:
binary-husky
2023-11-08 18:40:36 +08:00
parent e9cf3d3d12
commit 12df41563a
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
/* 插件下拉菜单 */
#elem_audio {
border-style: hidden !important;
}
.dark {
--background-fill-primary: #050810;
--body-background-fill: var(--background-fill-primary);