Skip to content

Commit 60bae0b

Browse files
committed
(hanyu7) deleted the colors for pinyin/zhuyin inside the definitions
1 parent d73e7b6 commit 60bae0b

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
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.3",
8+
hanyu7: "2025/12/15.4",
99
};
1010

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

styles-hanyu7-pinyin.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,3 @@ details:last-child {
9494
[data-sc-hanyu7="zhuyin"] {
9595
display: none;
9696
}
97-
[data-sc-hanyu7="pinyin"] {
98-
color: gray;
99-
}

styles-hanyu7-zhuyin.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,3 @@ details:last-child {
9494
[data-sc-hanyu7="pinyin"] {
9595
display: none;
9696
}
97-
[data-sc-hanyu7="zhuyin"] {
98-
color: gray;
99-
}

0 commit comments

Comments
 (0)