We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0cd9c commit 90cb285Copy full SHA for 90cb285
styles/prism-theme.scss
@@ -72,12 +72,19 @@ pre[class*="lang-"] {
72
color: desaturate(#2dd271, 25%)
73
}
74
75
+.token.inserted {
76
+ color: #9df29d;
77
+}
78
+
79
+.token.deleted {
80
+ color: #f79494;
81
82
83
.token.operator,
84
.token.entity,
85
.token.url,
86
.language-css .token.string,
-.toke.variable,
-.token.inserted {
87
+.toke.variable {
88
color: #a9becc;
89
90
@@ -100,7 +107,3 @@ pre[class*="lang-"] {
100
107
.token.entity {
101
108
cursor: help;
102
109
103
-
104
-.token.deleted {
105
- color: red;
106
-}
0 commit comments