mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #42989 from jharrilim/patch-2
Change diff highlighting background for dark mode
This commit is contained in:
commit
b3efb35aa3
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue