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.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/assets/stylesheets/_variables.scss b/content/assets/stylesheets/_variables.scss
index c8441744..382618a0 100644
--- a/content/assets/stylesheets/_variables.scss
+++ b/content/assets/stylesheets/_variables.scss
@@ -18,6 +18,9 @@ $link-code-color: rgb(55, 119, 176);
$code-color: rgb(95, 131, 65);
$code-background-color: rgba(95, 131, 65, .1);
+//copy button bkg color == pre code color
+$pre-code-color: #2b303b;
+
// Home page colors
$landing-background: #34373c;
$topic-border: rgb(215, 215, 215);