|
@@ -5107,6 +5107,7 @@ a.header-item.is-active {
|
|
color: rgba(255, 255, 255, 0.7);
|
|
color: rgba(255, 255, 255, 0.7);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.hero.is-dark .subtitle a,
|
|
.hero.is-dark .subtitle strong {
|
|
.hero.is-dark .subtitle strong {
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
@@ -5193,6 +5194,7 @@ a.header-item.is-active {
|
|
color: rgba(255, 255, 255, 0.7);
|
|
color: rgba(255, 255, 255, 0.7);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.hero.is-primary .subtitle a,
|
|
.hero.is-primary .subtitle strong {
|
|
.hero.is-primary .subtitle strong {
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
@@ -5279,6 +5281,7 @@ a.header-item.is-active {
|
|
color: rgba(255, 255, 255, 0.7);
|
|
color: rgba(255, 255, 255, 0.7);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.hero.is-info .subtitle a,
|
|
.hero.is-info .subtitle strong {
|
|
.hero.is-info .subtitle strong {
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
@@ -5365,6 +5368,7 @@ a.header-item.is-active {
|
|
color: rgba(255, 255, 255, 0.7);
|
|
color: rgba(255, 255, 255, 0.7);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.hero.is-success .subtitle a,
|
|
.hero.is-success .subtitle strong {
|
|
.hero.is-success .subtitle strong {
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
@@ -5451,6 +5455,7 @@ a.header-item.is-active {
|
|
color: rgba(0, 0, 0, 0.7);
|
|
color: rgba(0, 0, 0, 0.7);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.hero.is-warning .subtitle a,
|
|
.hero.is-warning .subtitle strong {
|
|
.hero.is-warning .subtitle strong {
|
|
color: rgba(0, 0, 0, 0.5);
|
|
color: rgba(0, 0, 0, 0.5);
|
|
}
|
|
}
|
|
@@ -5537,6 +5542,7 @@ a.header-item.is-active {
|
|
color: rgba(255, 255, 255, 0.7);
|
|
color: rgba(255, 255, 255, 0.7);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.hero.is-danger .subtitle a,
|
|
.hero.is-danger .subtitle strong {
|
|
.hero.is-danger .subtitle strong {
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|