Change diff highlighting background for dark mode

This commit is contained in:
Joe 2021-08-10 13:54:21 -04:00 committed by GitHub
parent 5e8a26d705
commit a3b26873eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -271,6 +271,6 @@
.highlight .gh { } /* Generic Heading & Diff Header */
.highlight .gu { color: #75715e; } /* Generic.Subheading & Diff Unified/Comment? */
.highlight .gd { color: #f92672; } /* Generic.Deleted & Diff Deleted */
.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 */
}