File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -254,11 +254,19 @@ const GlobalStylesElement = createGlobalStyle<GlobalStylesElementProps>`
254254 color: #30A666;
255255 }
256256
257+ .token.inserted {
258+ color: #30A666;
259+ }
260+
257261 .token.deleted-sign {
258262 background-color: #ffeef0;
259263 color: (--danger-color);
260264 }
261265
266+ .token.deleted {
267+ color: var(--pink-color);
268+ }
269+
262270 .token.comment,
263271 .token.prolog,
264272 .token.doctype,
@@ -281,14 +289,12 @@ const GlobalStylesElement = createGlobalStyle<GlobalStylesElementProps>`
281289 .token.constant,
282290 .token.symbol,
283291 .token.key,
284- .token.keyword,
285- .token.deleted {
292+ .token.keyword {
286293 color: var(--pink-color);
287294 }
288295
289296 .token.entity,
290- .token.number,
291- .token.inserted {
297+ .token.number {
292298 color: #30A666;
293299 }
294300
You can’t perform that action at this time.
0 commit comments