修改代码背景颜色

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

View File

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