diff options
author | Fatih Acet <acetfatih@gmail.com> | 2017-09-25 20:26:14 +0300 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2017-09-25 20:26:14 +0300 |
commit | e801ee27b9218870ae897afe2013368a48437715 (patch) | |
tree | 661dc45220f6f7828d21e31ca0698a29bb1ffb8a | |
parent | 1bdf47ab9d196592d9d386c4d4a54e774212295a (diff) | |
download | gitlab-ce-acet-repo-editor-fix-link-linking.tar.gz |
Change repo view hll color.acet-repo-editor-fix-link-linking
-rw-r--r-- | app/assets/stylesheets/pages/repo.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss index 4d4d92f9494..c36fe25f74d 100644 --- a/app/assets/stylesheets/pages/repo.scss +++ b/app/assets/stylesheets/pages/repo.scss @@ -54,6 +54,10 @@ border-radius: $border-radius-default; color: $almost-black; + .code.white pre .hll { + background-color: $well-light-border !important; + } + .tree-content-holder { display: flex; min-height: 300px; |