修改代码背景颜色

This commit is contained in:
wangzipai 2024-10-30 16:11:46 +08:00
parent a3f11f01e2
commit b1f03e32b2

View File

@ -10,8 +10,8 @@ img {
}
/* 高亮美化 */
.text-highlight {
background-color:#3463ffce;
color: white;
border-radius: 5px;
padding: 2px;
background-color:#3463ffce;
color: #3463ffce;
border-radius: 5px;
padding: 2px;
}