diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index 0a570291c..3f274ac6b 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -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; }