Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'content/assets/stylesheets/_variables.scss')
-rw-r--r--content/assets/stylesheets/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/assets/stylesheets/_variables.scss b/content/assets/stylesheets/_variables.scss
index 0e60d241..ad4f3af1 100644
--- a/content/assets/stylesheets/_variables.scss
+++ b/content/assets/stylesheets/_variables.scss
@@ -197,7 +197,7 @@ $code-background-color: rgb(240, 240, 240);
$alert-code-background-color: rgb(242, 242, 242);
//copy button bg color == pre code color
-$pre-code-color: #2b303b;
+$pre-code-color: transparent;
// Home page colors
$header-color: #55448d;