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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/typography.scss')
-rw-r--r--app/assets/stylesheets/framework/typography.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index 69aed2fc20a..816dbc6931c 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -86,13 +86,13 @@
line-height: 10px;
color: $gl-gray-700;
vertical-align: middle;
- background-color: $kdb-bg;
+ background-color: $gray-50;
border-width: 1px;
border-style: solid;
- border-color: $gl-gray-200 $gl-gray-200 $kdb-border-bottom;
+ border-color: $gray-200 $gray-200 $gray-400;
border-image: none;
border-radius: 3px;
- box-shadow: 0 -1px 0 $kdb-shadow inset;
+ box-shadow: 0 -1px 0 $gray-400 inset;
}
h1 {