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.
2 parents 9289935 + a3b2687 commit b3efb35Copy full SHA for b3efb35
guides/assets/stylesheets/highlight.css
@@ -271,6 +271,6 @@
271
272
.highlight .gh { } /* Generic Heading & Diff Header */
273
.highlight .gu { color: #75715e; } /* Generic.Subheading & Diff Unified/Comment? */
274
- .highlight .gd { color: #f92672; } /* Generic.Deleted & Diff Deleted */
275
- .highlight .gi { color: #a6e22e; } /* Generic.Inserted & Diff Inserted */
+ .highlight .gd { color: #f92672; background-color: unset; } /* Generic.Deleted & Diff Deleted */
+ .highlight .gi { color: #a6e22e; background-color: unset; } /* Generic.Inserted & Diff Inserted */
276
}
0 commit comments