Skip to content

Commit db41c75

Browse files
committed
style: update background color
1 parent 77e7d55 commit db41c75

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@
1717
.markdown-section code {
1818
font-weight: 400;
1919
}
20-
21-
/* dark mode 全局文章图片背景色 */
22-
article img {
23-
background-color: #42b983;
20+
article>p>img {
21+
background-color: #f4f4f4;
2422
}
2523
</style>
2624
</head>

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"scripts": {
3+
"dev": "docsify serve --open",
34
"convert": "docsify-pdf-converter"
45
},
56
"name": "advanced-java",

0 commit comments

Comments
 (0)