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/snippets.scss')
-rw-r--r--app/assets/stylesheets/snippets.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/snippets.scss b/app/assets/stylesheets/snippets.scss
index 0008a0e5c51..93a12cf28a2 100644
--- a/app/assets/stylesheets/snippets.scss
+++ b/app/assets/stylesheets/snippets.scss
@@ -28,7 +28,7 @@
}
.blob-viewer {
- background-color: $white-light;
+ background-color: $white;
text-align: left;
}
@@ -131,7 +131,7 @@
.btn-group {
a.btn {
- background-color: $white-light;
+ background-color: $white;
text-decoration: none;
padding: 8px 9px;
border: $border-style;