mirror of https://github.com/rails/rails
Change diff highlighting background for dark mode
This commit is contained in:
parent
5e8a26d705
commit
a3b26873eb
|
@ -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 */
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue