From dd6246877d8dd2de5f71f51c58a90eb155785c34 Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 26 Mar 2014 16:41:16 -0400 Subject: Almost done diff page --- public/css/gogs.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'public') diff --git a/public/css/gogs.css b/public/css/gogs.css index 6d498e0e..436067ed 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -980,6 +980,11 @@ html, body { padding: 20px; } +.diff-file-box .code-diff tbody tr.tag-code td, .diff-file-box .code-diff tbody tr.tag-code pre { + background-color: #E0E0E0 !important; + border-color: #ADADAD !important; +} + .diff-file-box .code-diff tbody tr.add-code td, .diff-file-box .code-diff tbody tr.add-code pre { background-color: #d1ffd6 !important; border-color: #b4e2b4 !important; -- cgit v1.2.3