summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/themes/_dark.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/themes/_dark.scss')
-rw-r--r--app/assets/stylesheets/themes/_dark.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/themes/_dark.scss b/app/assets/stylesheets/themes/_dark.scss
index d8f74a2913e..11b4bde74a6 100644
--- a/app/assets/stylesheets/themes/_dark.scss
+++ b/app/assets/stylesheets/themes/_dark.scss
@@ -214,6 +214,9 @@ $yiq-text-light: $gray-950;
$line-added-dark: $green-200;
$line-removed-dark: $red-200;
+$well-expand-item: $gray-200;
+$well-inner-border: $gray-200;
+
// Misc component overrides that should live elsewhere
.gl-label {
filter: brightness(0.9) contrast(1.1);