We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e7d55 commit db41c75Copy full SHA for db41c75
index.html
@@ -17,10 +17,8 @@
17
.markdown-section code {
18
font-weight: 400;
19
}
20
-
21
- /* dark mode 全局文章图片背景色 */
22
- article img {
23
- background-color: #42b983;
+ article>p>img {
+ background-color: #f4f4f4;
24
25
</style>
26
</head>
package.json
@@ -1,5 +1,6 @@
1
{
2
"scripts": {
3
+ "dev": "docsify serve --open",
4
"convert": "docsify-pdf-converter"
5
},
6
"name": "advanced-java",
0 commit comments