mirror of
https://github.com/doocs/advanced-java.git
synced 2025-01-13 05:20:09 +08:00
style: update background color
This commit is contained in:
parent
77e7d553ed
commit
db41c75d0a
@ -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>
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"scripts": {
|
||||
"dev": "docsify serve --open",
|
||||
"convert": "docsify-pdf-converter"
|
||||
},
|
||||
"name": "advanced-java",
|
||||
|
Loading…
Reference in New Issue
Block a user