From 4f23c30ace844cdcd2c59da1a758c8a6788ca6f3 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Fri, 15 Mar 2013 16:20:40 +0200 Subject: [PATCH] Fix highlight line for solarized theme --- app/assets/stylesheets/gitlab_bootstrap/files.scss | 1 + app/assets/stylesheets/highlight/solarized_dark.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/gitlab_bootstrap/files.scss b/app/assets/stylesheets/gitlab_bootstrap/files.scss index 279cfcd21..d0bf3bdd6 100644 --- a/app/assets/stylesheets/gitlab_bootstrap/files.scss +++ b/app/assets/stylesheets/gitlab_bootstrap/files.scss @@ -162,6 +162,7 @@ color: #666; padding: 10px 6px 10px 0; text-align: right; + background: #EEE; a { color: #666; diff --git a/app/assets/stylesheets/highlight/solarized_dark.scss b/app/assets/stylesheets/highlight/solarized_dark.scss index 1b20d7a6b..3f215b4e0 100644 --- a/app/assets/stylesheets/highlight/solarized_dark.scss +++ b/app/assets/stylesheets/highlight/solarized_dark.scss @@ -4,7 +4,7 @@ color: #eee; } - .hll { background-color: #ffffcc } + .hll { background-color: #073642 } .c { color: #586E75 } /* Comment */ .err { color: #93A1A1 } /* Error */ .g { color: #93A1A1 } /* Generic */ -- 2.11.0