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 44fd108 commit b49c8faCopy full SHA for b49c8fa
apps/landing-page/styles/prism.css
@@ -66,3 +66,17 @@ pre[class*='language-'] {
66
.token.combinator {
67
color: theme('colors.slate.400');
68
}
69
+
70
+/* deleted diff styling */
71
+.token.deleted-sign {
72
+ font-weight: bold;
73
+ color: theme('colors.rose.200');
74
+ background-color: theme('colors.rose.900');
75
+}
76
77
+/* inserted diff styling */
78
+.token.inserted {
79
80
+ color: theme('colors.green.200');
81
+ background-color: theme('colors.green.900');
82
0 commit comments