Skip to content

Commit 4d4da40

Browse files
committed
【修复】优化媒体元素样式
- 为媒体元素添加浅灰色背景,提升用户体验 - 更新 markdown-html 版本号至 1.11.1
1 parent 3609122 commit 4d4da40

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html>
22

33
<html>
4-
<markdown-html version="1.11.0" author="PJ568" repo="https://github.com/PJ-568/markdown.html"
4+
<markdown-html version="1.11.1" author="PJ568" repo="https://github.com/PJ-568/markdown.html"
55
license="CC BY-SA 4.0 International"></markdown-html>
66

77
<head>
@@ -774,6 +774,7 @@
774774
.markdown-body canvas,
775775
.markdown-body audio {
776776
max-width: 100%;
777+
background-color: rgba(0, 0, 0, 0.05);
777778
}
778779

779780
/* Markdown 样式 */

0 commit comments

Comments
 (0)