diff --git a/src/_locales/cmn-CN.yml b/src/_locales/cmn-CN.yml index c6eda67a..f8a502a1 100644 --- a/src/_locales/cmn-CN.yml +++ b/src/_locales/cmn-CN.yml @@ -111,7 +111,7 @@ settings: jyut: 廣東話 customize_font: 自定义字体 customize_font_desc: |- - 对于喜欢旧字形的用户,我们推荐 Shanggu Fonts (尚古字型)Fan Wun Hak (繁媛黑體)。 + 对于喜欢旧字形的用户,我们推荐 Shanggu Fonts (尚古字型)Fan Wun Hak (繁媛黑體)。 这些字形还具有将简体中文转换为繁体/正体中文的能力。 remove_the_indent_from_chinese_punctuation: 移除中文标点符号的缩进 remove_the_indent_from_chinese_punctuation_desc: > diff --git a/src/_locales/cmn-TW.yml b/src/_locales/cmn-TW.yml index 4251e159..d3209458 100644 --- a/src/_locales/cmn-TW.yml +++ b/src/_locales/cmn-TW.yml @@ -111,7 +111,7 @@ settings: jyut: 廣東話 customize_font: 自訂字型 customize_font_desc: |- - 對於喜歡舊字形的用戶,我們推薦 Shanggu Fonts (尚古字型)Fan Wun Hak (繁媛黑體)。 + 對於喜歡舊字形的用戶,我們推薦 Shanggu Fonts (尚古字型)Fan Wun Hak (繁媛黑體)。 這些字型還具有將簡體中文轉換為繁體/正體中文的能力。 remove_the_indent_from_chinese_punctuation: 移除中文標點符號的縮排 remove_the_indent_from_chinese_punctuation_desc: > diff --git a/src/_locales/en.yml b/src/_locales/en.yml index d14d42f7..950f7c5f 100644 --- a/src/_locales/en.yml +++ b/src/_locales/en.yml @@ -111,7 +111,7 @@ settings: jyut: Cantonese customize_font: Customize font customize_font_desc: |- - For users who favor the traditional style of Chinese characters, we recommend Shanggu Fonts (尚古字體) and Fan Wun Hak (繁媛黑體). + For users who favor the traditional style of Chinese characters, we recommend Shanggu Fonts (尚古字體) and Fan Wun Hak (繁媛黑體). These fonts also possess the capability to convert simplified Chinese into traditional characters. remove_the_indent_from_chinese_punctuation: Remove the indent from Chinese punctuation remove_the_indent_from_chinese_punctuation_desc: > diff --git a/src/_locales/jyut.yml b/src/_locales/jyut.yml index 5654487f..38d2c48b 100644 --- a/src/_locales/jyut.yml +++ b/src/_locales/jyut.yml @@ -111,7 +111,7 @@ settings: jyut: 廣東話 customize_font: 自訂字型 customize_font_desc: |- - 對於舊字形嘅用戶,我哋推介 Shanggu Fonts (尚古字型)Fan Wun Hak (繁媛黑體)。 + 對於舊字形嘅用戶,我哋推介 Shanggu Fonts (尚古字型)Fan Wun Hak (繁媛黑體)。 呢啲字型仲可以將簡體中文轉做繁體/正體中文。 remove_the_indent_from_chinese_punctuation: 移除中文標點符號嘅縮排 remove_the_indent_from_chinese_punctuation_desc: > diff --git a/src/components/Settings/General/General.vue b/src/components/Settings/General/General.vue index 10d3debf..0f4bce06 100644 --- a/src/components/Settings/General/General.vue +++ b/src/components/Settings/General/General.vue @@ -92,7 +92,7 @@ watch(() => settings.value.language, (newValue) => { @@ -148,9 +148,4 @@ watch(() => settings.value.language, (newValue) => { diff --git a/src/styles/main.scss b/src/styles/main.scss index 8e07db0c..053a0dba 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -131,6 +131,14 @@ img { 0 -1.4px 0 0 var(--bew-fill-2); } } + + a.link { + color: var(--bew-theme-color); + + &:hover { + color: var(--bew-theme-color-80); + } + } } // Prevent the scrollbar from being covered by the other elements