Skip to content

Commit 77e7d55

Browse files
Liorockylior_ren
and
lior_ren
authored
style: change background color in dark mode (#242)
Co-authored-by: lior_ren <lior_ren@huatek.com>
1 parent 3a52711 commit 77e7d55

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
.markdown-section code {
1818
font-weight: 400;
1919
}
20+
21+
/* dark mode 全局文章图片背景色 */
22+
article img {
23+
background-color: #42b983;
24+
}
2025
</style>
2126
</head>
2227

0 commit comments

Comments
 (0)