MDL-69021 theme_boost: improve link styles in alerts

- provide default styles for links in alerts if the .alert-link
css class is omitted.
This commit is contained in:
Bas Brands 2020-06-11 10:22:00 +02:00
parent 1ab9522055
commit 6346cc3593
3 changed files with 9 additions and 0 deletions

View File

@ -2603,6 +2603,9 @@ $picker-emojis-per-row: 7 !default;
color: darken(theme-color-level($color, $alert-color-level), 10%);
}
}
.alert a {
font-weight: $font-weight-bold;
}
@include media-breakpoint-down(sm) {
#page-navbar {

View File

@ -11746,6 +11746,9 @@ body.h5p-embed .h5pmessages {
.alert-dark a {
color: #040505; }
.alert a {
font-weight: 700; }
@media (max-width: 767.98px) {
#page-navbar {
width: 100%; }

View File

@ -11960,6 +11960,9 @@ body.h5p-embed .h5pmessages {
.alert-dark a {
color: #040505; }
.alert a {
font-weight: 700; }
@media (max-width: 767.98px) {
#page-navbar {
width: 100%; }