Merge "Show banner after dismissal if message is updated"
diff --git a/gr-messageoftheday/gr-messageoftheday-banner_html.js b/gr-messageoftheday/gr-messageoftheday-banner_html.js
index d4d959c..e5a2661 100644
--- a/gr-messageoftheday/gr-messageoftheday-banner_html.js
+++ b/gr-messageoftheday/gr-messageoftheday-banner_html.js
@@ -18,7 +18,7 @@
 export const htmlTemplate = Polymer.html`
 <style include="shared-styles">
   #container {
-    background-color: var(--assignee-highlight-color);
+    background-color: var(--line-item-highlight-color);
     display: flex;
     height: fit-content;
     justify-content: space-between;