Skip to content

Commit 607fe08

Browse files
author
Dr. Awesome Doge
committed
fix: 修復 cp-dark-500 顏色對比度 (#484f58 → #768390)
1 parent 696eae8 commit 607fe08

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

assets/css/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = {
3636
200: '#161b22',
3737
300: '#21262d',
3838
400: '#30363d',
39-
500: '#484f58',
39+
500: '#768390', // 調亮以符合 WCAG AA 對比度 4.5:1
4040
600: '#8b949e', // 調亮以符合 WCAG AA 對比度 4.5:1
4141
700: '#a1a9b1',
4242
800: '#c9d1d9',

0 commit comments

Comments
 (0)