style: change background color in dark mode (#242)

Co-authored-by: lior_ren <lior_ren@huatek.com>
This commit is contained in:
Lior
2021-09-17 15:16:39 +08:00
committed by GitHub
parent 3a52711c7d
commit 77e7d553ed

View File

@@ -17,6 +17,11 @@
.markdown-section code {
font-weight: 400;
}
/* dark mode 全局文章图片背景色 */
article img {
background-color: #42b983;
}
</style>
</head>