diff --git a/CHANGELOG.md b/CHANGELOG.md index 770054d..0a2c1ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,15 @@ ##### More aligned with GitHub style -- Optimize global line height -- Optimize the workflow log page style -- Optimize repository header name style -- Optimize organization detail page style +- Optimize global line height. +- Optimize the workflow log page style. +- Optimize repository header name style. +- Optimize organization detail page style. ### 🐞 Fix -- Fix the problem of missing background color and width when there is a unicode character in the diff -- Fix the disabled operation button interval in the code preview interface -- Fix fixed height when scrolling through step titles on workflow detail pages -- Fix packages details page style +- Fix the problem of missing background color and width when there is a unicode character in the diff. +- Fix the disabled operation button interval in the code preview interface. +- Fix fixed height when scrolling through step titles on workflow detail pages. +- Fix packages details page style. +- Fix the color of missing icons and text on the homepage when not logged in. \ No newline at end of file diff --git a/src/core/github.ts b/src/core/github.ts index 4efb8af..84f33e0 100644 --- a/src/core/github.ts +++ b/src/core/github.ts @@ -132,6 +132,7 @@ export function github2ThemeColor(githubColor: GithubColor): ThemeColor { }; const other: Other = { + logo: themeVars.color.primary.self, body: githubColor.bgColor.default, box: { header: githubColor.bgColor.muted, diff --git a/src/types/color/other.ts b/src/types/color/other.ts index 62d8f67..5aecac5 100644 --- a/src/types/color/other.ts +++ b/src/types/color/other.ts @@ -8,6 +8,8 @@ export const otherAuto = { }; export const other = { + /** ζœͺη™»ε½•ζ—Άηš„δ»‹η»ι¦–ι‘΅ηš„ SVG ε’Œι“ΎζŽ₯ζ–‡ε­—ι’œθ‰² */ + logo: null, /** δΈ»θ¦θƒŒζ™―θ‰² */ body: null, /** ι‘΅ι’εΊ•ιƒ¨ηŠΆζ€ζ θƒŒζ™―θ‰² */