diff --git a/apps/common/main/resources/less/colors-table.less b/apps/common/main/resources/less/colors-table.less index b04574fb9..ae9c3c437 100644 --- a/apps/common/main/resources/less/colors-table.less +++ b/apps/common/main/resources/less/colors-table.less @@ -17,6 +17,8 @@ @background-tab-underline: #444; @background-scrim: fade(black, 20%); @background-loader: fade(black, 65%); +@background-notification-popover: #fcfed7; +@background-notification-badge: #ffd112; // Highlight // ------------------------- @@ -47,6 +49,7 @@ @text-inverse: #fff; @text-toolbar-header: #fff; @text-contrast-background: #fff; +@text-link: #445799; // Icon // ------------------------- @@ -54,6 +57,7 @@ @icon-inverse: #fff; @icon-toolbar-header: #fff; @icon-contrast-popover: #fff; +@icon-notification-badge: #000; // Toolbar header // -------------------------