Skip to content

Commit b49c8fa

Browse files
diff fence highlight styling added. (#88)
Signed-off-by: Michael Valdron <[email protected]>
1 parent 44fd108 commit b49c8fa

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

apps/landing-page/styles/prism.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,17 @@ pre[class*='language-'] {
6666
.token.combinator {
6767
color: theme('colors.slate.400');
6868
}
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+
font-weight: bold;
80+
color: theme('colors.green.200');
81+
background-color: theme('colors.green.900');
82+
}

0 commit comments

Comments
 (0)