hexo 主题颜色微调

This commit is contained in:
tangly1024
2022-03-28 15:09:55 +08:00
parent 752d08c44f
commit a7fe31da71
25 changed files with 54 additions and 49 deletions

View File

@@ -29,7 +29,7 @@ const Progress = ({ targetRef, showPercent = true }) => {
return (
<div className="h-4 w-full shadow-2xl bg-gray-400 font-sans">
<div
className="h-4 bg-blue-400 duration-200"
className="h-4 bg-indigo-400 duration-200"
style={{ width: `${percent}%` }}
>
{showPercent && (