MDL-72426 theme: fix message and notification count colour contrast

This commit is contained in:
Simey Lameze
2021-09-03 12:25:33 +08:00
parent 443a980aea
commit cf7539ecb8
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -71,7 +71,7 @@ $content-header-footer-height: $region-header-height + $region-footer-height;
.count-container {
padding: 2px;
border-radius: 2px;
background-color: red;
background-color: $danger;
color: white;
font-size: 11px;
line-height: 11px;
@@ -189,7 +189,7 @@ $content-header-footer-height: $region-header-height + $region-footer-height;
.count-container {
padding: 2px;
border-radius: 2px;
background-color: red;
background-color: $danger;
color: white;
font-size: 11px;
line-height: 11px;
+2 -2
View File
@@ -19034,7 +19034,7 @@ body {
.count-container {
padding: 2px;
border-radius: 2px;
background-color: red;
background-color: #ca3120;
color: white;
font-size: 11px;
line-height: 11px;
@@ -19122,7 +19122,7 @@ body {
.navbar .count-container {
padding: 2px;
border-radius: 2px;
background-color: red;
background-color: #ca3120;
color: white;
font-size: 11px;
line-height: 11px;
+2 -2
View File
@@ -19223,7 +19223,7 @@ body {
.count-container {
padding: 2px;
border-radius: 2px;
background-color: red;
background-color: #ca3120;
color: white;
font-size: 11px;
line-height: 11px;
@@ -19311,7 +19311,7 @@ body {
.navbar .count-container {
padding: 2px;
border-radius: 2px;
background-color: red;
background-color: #ca3120;
color: white;
font-size: 11px;
line-height: 11px;