summaryrefslogtreecommitdiffstats
path: root/public/css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css')
-rwxr-xr-xpublic/css/gogs.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 0160c5d91a..fd9359af14 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -2764,6 +2764,12 @@ footer .container .links > *:first-child {
#delete-repo-modal .ui.message {
width: 100%!important;
}
+.removed-code {
+ background-color: #ff9999;
+}
+.added-code {
+ background-color: #99ff99;
+}
.organization {
padding-top: 15px;
padding-bottom: 80px;