style: update background color

This commit is contained in:
yanglbme 2021-09-17 16:45:58 +08:00
parent 77e7d553ed
commit db41c75d0a
2 changed files with 3 additions and 4 deletions

View File

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

View File

@ -1,5 +1,6 @@
{
"scripts": {
"dev": "docsify serve --open",
"convert": "docsify-pdf-converter"
},
"name": "advanced-java",