|
1 | 1 | @media (prefers-color-scheme: dark) { |
2 | 2 | .color-scheme-auto, |
3 | | - [data-color-scheme="auto"] comment-widget { |
| 3 | + [data-color-scheme="auto"] { |
4 | 4 | color-scheme: dark; |
5 | 5 |
|
6 | 6 | /* --halo-comment-widget-base-color: #ffffff; |
|
24 | 24 | --halo-comment-widget-component-pagination-button-bg-color-hover: #475569; |
25 | 25 | --halo-comment-widget-component-pagination-button-bg-color-active: #475569; |
26 | 26 | --halo-comment-widget-component-pagination-button-border-color-active: #475569; |
| 27 | + */ |
27 | 28 |
|
28 | | - --halo-comment-widget-component-emoji-picker-rgb-color: 222, 222, 221; |
29 | | - --halo-comment-widget-component-emoji-picker-rgb-accent: 58, 130, 247; |
30 | | - --halo-comment-widget-component-emoji-picker-rgb-background: 21, 22, 23; |
31 | | - --halo-comment-widget-component-emoji-picker-rgb-input: 0, 0, 0; |
32 | | - --halo-comment-widget-component-emoji-picker-color-border: rgba( |
33 | | - 255, |
34 | | - 255, |
35 | | - 255, |
36 | | - 0.1 |
37 | | - ); |
38 | | - --halo-comment-widget-component-emoji-picker-color-border-over: rgba( |
39 | | - 255, |
40 | | - 255, |
41 | | - 255, |
42 | | - 0.2 |
43 | | - ); */ |
| 29 | + --halo-cw-emoji-picker-rgb-color: 222, 222, 221; |
| 30 | + --halo-cw-emoji-picker-rgb-accent: 58, 130, 247; |
| 31 | + --halo-cw-emoji-picker-rgb-background: 21, 22, 23; |
| 32 | + --halo-cw-emoji-picker-rgb-input: 0, 0, 0; |
| 33 | + --halo-cw-emoji-picker-color-border: rgba(255, 255, 255, 0.1); |
| 34 | + --halo-cw-emoji-picker-color-border-over: rgba(255, 255, 255, 0.2); |
44 | 35 |
|
45 | 36 | --halo-cw-primary-1-color: #059669; /* green-600 */ |
46 | 37 | --halo-cw-primary-2-color: #047857; /* green-700 */ |
|
58 | 49 |
|
59 | 50 | .color-scheme-dark, |
60 | 51 | .dark, |
61 | | -[data-color-scheme="dark"] comment-widget { |
| 52 | +[data-color-scheme="dark"] { |
62 | 53 | color-scheme: dark; |
63 | 54 |
|
64 | 55 | /* --halo-comment-widget-base-color: #ffffff; |
|
82 | 73 | --halo-comment-widget-component-pagination-button-bg-color-hover: #475569; |
83 | 74 | --halo-comment-widget-component-pagination-button-bg-color-active: #475569; |
84 | 75 | --halo-comment-widget-component-pagination-button-border-color-active: #475569; |
| 76 | + */ |
85 | 77 |
|
86 | | - --halo-comment-widget-component-emoji-picker-rgb-color: 222, 222, 221; |
87 | | - --halo-comment-widget-component-emoji-picker-rgb-accent: 58, 130, 247; |
88 | | - --halo-comment-widget-component-emoji-picker-rgb-background: 21, 22, 23; |
89 | | - --halo-comment-widget-component-emoji-picker-rgb-input: 0, 0, 0; |
90 | | - --halo-comment-widget-component-emoji-picker-color-border: rgba( |
91 | | - 255, |
92 | | - 255, |
93 | | - 255, |
94 | | - 0.1 |
95 | | - ); |
96 | | - --halo-comment-widget-component-emoji-picker-color-border-over: rgba( |
97 | | - 255, |
98 | | - 255, |
99 | | - 255, |
100 | | - 0.2 |
101 | | - ); */ |
| 78 | + --halo-cw-emoji-picker-rgb-color: 222, 222, 221; |
| 79 | + --halo-cw-emoji-picker-rgb-accent: 58, 130, 247; |
| 80 | + --halo-cw-emoji-picker-rgb-background: 21, 22, 23; |
| 81 | + --halo-cw-emoji-picker-rgb-input: 0, 0, 0; |
| 82 | + --halo-cw-emoji-picker-color-border: rgba(255, 255, 255, 0.1); |
| 83 | + --halo-cw-emoji-picker-color-border-over: rgba(255, 255, 255, 0.2); |
102 | 84 |
|
103 | 85 | --halo-cw-primary-1-color: #059669; /* green-600 */ |
104 | 86 | --halo-cw-primary-2-color: #047857; /* green-700 */ |
|
0 commit comments