同步主色调按钮和红色按钮的阴影样式

This commit is contained in:
lutinglt
2025-09-09 14:14:12 +08:00
parent 1a702c9526
commit 8e8416507e
8 changed files with 33 additions and 11 deletions

View File

@@ -64,7 +64,7 @@ export const darkGithubColors: GithubColor = {
bgColor: { active: "#2a313c", hover: "#262c36", rest: "#212830" },
transparent: { bgColor: { active: "#656c7640", hover: "#656c7633", selected: "#656c761a" } },
},
shadow: { floating: { small: "#01040966" } },
shadow: { floating: { small: "#01040966" }, resting: { small: "#01040999" } },
overlay: { backdrop: { bgColor: "#21283066" } },
underlineNav: { borderColor: { active: "#f78166" } },
contribution: {