-
Notifications
You must be signed in to change notification settings - Fork 1
/
custom.css
52 lines (43 loc) · 1.55 KB
/
custom.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
.artalk{
width: unset !important;
}
.artalk pre code, .atk-layer-wrap pre code{
white-space: pre-wrap !important;
}
/* 暗黑模式 */
.theme-mode-dark #vuepress-plugin-vdoing-comment {
--at-color-bg: --bodyBg;
color: #ffffff;
--at-color-font: #ffffff;
--at-color-bg-transl: --bodyBg;
--at-color-bg-grey: #373a40
}
.theme-mode-dark #vuepress-plugin-vdoing-comment .atk-editor-plug-emoticons > .atk-grp-switcher > span:hover, .atk-editor-plug-emoticons > .atk-grp-switcher > span.active {
background: var(--at-color-bg-grey);
}
.theme-mode-dark #vuepress-plugin-vdoing-comment .atk-editor-plug-emoticons > .atk-grp-switcher {
background: var(--at-color-bg-grey)
}
/* 阅读模式 */
.theme-mode-read #vuepress-plugin-vdoing-comment {
--at-color-bg: --bodyBg;
--at-color-border: var(--borderColor);
color: var(--textColor);
--at-color-font: var(--textLightenColor);
--at-color-bg-transl: --bodyBg;
--at-color-bg-grey: #f2d8be
}
.theme-mode-read #vuepress-plugin-vdoing-comment .atk-editor-plug-emoticons > .atk-grp-switcher > span:hover, .atk-editor-plug-emoticons > .atk-grp-switcher > span.active {
background: var(--borderColor);
color: #ffffff;
}
.theme-mode-read .atk-main-editor>.atk-bottom .atk-plug-btn.active{
color: var(--textColor);
}
.theme-mode-read #vuepress-plugin-vdoing-comment .atk-editor-plug-emoticons > .atk-grp-switcher {
background: var(--at-color-bg-grey);
color: #ffffff;
}
.atk-plug-btn-emo-hidden,.atk-plug-btn-pic-hidden,.atk-plug-btn-pre-hidden{
display:none !important;
}