More visible diffs.
Bitbucket Diffs by patraulea
Details
Authorpatraulea
LicenseNo License
Categorybitbucket.org
Created
Updated
Size303 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Bitbucket Diffs
@version 20230213.13.45
@namespace ?
==/UserStyle== */
@-moz-document domain("bitbucket.company.biz") {
.diff-line.added-line {
background-color: #c0c0d0 ! important;
}
.diff-line.removed-line {
background-color: #c0d0c0 ! important;
}
}