diff --git a/app/assets/stylesheets/_consul_settings.scss b/app/assets/stylesheets/_consul_settings.scss index c29f86bf7..8f492c7aa 100644 --- a/app/assets/stylesheets/_consul_settings.scss +++ b/app/assets/stylesheets/_consul_settings.scss @@ -43,6 +43,7 @@ $small-font-size: rem-calc(14) !default; $abbr-underline: none !default; $orbit-bullet-diameter: 0.8rem !default; +$orbit-caption-background: #eee; $show-header-for-stacked: true !default; diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 0a7aa2a08..4abdb88cf 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -1461,11 +1461,6 @@ position: relative; } -.orbit-caption { - background: #eee; - color: $text; -} - .orbit-next, .orbit-previous { background: rgba(34, 34, 34, 0.25);