diff --git a/app/assets/stylesheets/_notes.scss b/app/assets/stylesheets/_notes.scss index 3e8cf1cd1..995e29e84 100644 --- a/app/assets/stylesheets/_notes.scss +++ b/app/assets/stylesheets/_notes.scss @@ -315,7 +315,7 @@ } &::-moz-progress-bar { - background-color: var(--sn-stylekit-secondary-background-color); + background-color: var(--sn-stylekit-info-color); } } }