Skip to content

Commit

Permalink
chore: 使用颜色变量而不是十六进制值
Browse files Browse the repository at this point in the history
  • Loading branch information
Cnotech committed Oct 22, 2023
1 parent 9246322 commit cb62e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/components/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
border: 1px solid transparent;
border-radius: 10px;
color: var(--rp-c-brand-dark);
background: #eaf3fe;
background: var(--rp-c-brand-tint);
padding: 0 8px;
}

0 comments on commit cb62e2a

Please sign in to comment.