diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index c8d3cc9b4..06a2feca9 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -1454,7 +1454,7 @@ table.dataTable { z-index: -1; width: 100%; height: 3px; - background: $color-mojo; + background: $color-theme-primary; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); pointer-events: none;