fix(styles): strong inheritance from global.css (#62870)

This commit is contained in:
Sem Bauke
2025-10-17 18:08:44 +02:00
committed by GitHub
parent 16cbb4c24d
commit f740765d11
3 changed files with 2 additions and 9 deletions
@@ -2,7 +2,3 @@
margin-bottom: 0;
font-size: 1rem;
}
.archived-warning strong {
color: var(--blue-dark);
}
+2 -1
View File
@@ -116,7 +116,6 @@ figcaption.caption {
.testimonials strong {
font-size: 1.1rem;
margin: 0;
color: var(--quaternary-color);
}
.testimonial-meta p:last-child {
margin-top: 15px;
@@ -130,6 +129,7 @@ figcaption.caption {
background-color: var(--primary-background);
-webkit-box-shadow: 0 3px 13px 1px rgba(0, 0, 0, 0.09);
box-shadow: 0 3px 13px 1px rgba(0, 0, 0, 0.09);
color: var(--quaternary-color);
}
.testimonial-meta {
@@ -145,6 +145,7 @@ figcaption.caption {
font-size: 1.3rem;
font-weight: normal;
margin-bottom: 0;
color: var(--quaternary-color);
}
.testimonial-meta p,
-4
View File
@@ -477,10 +477,6 @@ fieldset[disabled] .btn {
}
}
strong {
color: var(--secondary-color);
}
.form-control {
color: var(--primary-color);
border-color: var(--quaternary-background);