Skip to content

Commit

Permalink
MDL-72426 theme: fix message and notification count colour contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
lameze committed Sep 3, 2021
1 parent 7fdf72a commit 6ba8dbf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions theme/boost/scss/moodle/popover-region.scss
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions theme/boost/style/moodle.css
Expand Up @@ -18924,7 +18924,7 @@ body {
.count-container {
padding: 2px;
border-radius: 2px;
background-color: red;
background-color: #ca3120;
color: white;
font-size: 11px;
line-height: 11px;
Expand Down Expand Up @@ -19012,7 +19012,7 @@ body {
.navbar .count-container {
padding: 2px;
border-radius: 2px;
background-color: red;
background-color: #ca3120;
color: white;
font-size: 11px;
line-height: 11px;
Expand Down
4 changes: 2 additions & 2 deletions theme/classic/style/moodle.css
Expand Up @@ -19113,7 +19113,7 @@ body {
.count-container {
padding: 2px;
border-radius: 2px;
background-color: red;
background-color: #ca3120;
color: white;
font-size: 11px;
line-height: 11px;
Expand Down Expand Up @@ -19201,7 +19201,7 @@ body {
.navbar .count-container {
padding: 2px;
border-radius: 2px;
background-color: red;
background-color: #ca3120;
color: white;
font-size: 11px;
line-height: 11px;
Expand Down

0 comments on commit 6ba8dbf

Please sign in to comment.