summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/gitlab_bootstrap/files.scss1
-rw-r--r--app/assets/stylesheets/highlight/solarized_dark.scss2
2 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/gitlab_bootstrap/files.scss b/app/assets/stylesheets/gitlab_bootstrap/files.scss
index 279cfcd2103..d0bf3bdd6d3 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 1b20d7a6b2d..3f215b4e0fe 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 */