From 3796496f8b004e4aacff257b3c6e2cc44b29d914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 2 Oct 2019 18:46:24 +0200 Subject: [PATCH] style: lighten diff view --- stylesheets/application.scss | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/stylesheets/application.scss b/stylesheets/application.scss index 18543f5..721228c 100644 --- a/stylesheets/application.scss +++ b/stylesheets/application.scss @@ -449,3 +449,22 @@ div.journal ul.details { .project-prod-eo #main-menu li a.new-issue { display: none; } + +/* syntax highlighting */ + +.syntaxhl { + .head { + background: transparent; + color: inherit; + .head, .filename { + color: inherit; + } + } + .change { + background: transparent; + color: #369; + .change { + color: inherit; + } + } +}