Skip to content

Commit d73e7b6

Browse files
committed
(hanyu7) change pinyin/zhuyin color inside the definitions
1 parent 56149b1 commit d73e7b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

export.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { processHanyu7 } from "./dics/hanyu7/hanyu7.ts";
55

66
const versions = {
77
guifan: "2025/12/15.1",
8-
hanyu7: "2025/12/15.2",
8+
hanyu7: "2025/12/15.3",
99
};
1010

1111
const guifanPinyinDic = new Dictionary({ fileName: "guifan-pinyin.zip" });

styles-hanyu7-pinyin.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ details:last-child {
9595
display: none;
9696
}
9797
[data-sc-hanyu7="pinyin"] {
98-
color: #c64646;
98+
color: gray;
9999
}

styles-hanyu7-zhuyin.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ details:last-child {
9595
display: none;
9696
}
9797
[data-sc-hanyu7="zhuyin"] {
98-
color: #c64646;
98+
color: gray;
9999
}

0 commit comments

Comments
 (0)