mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(styles): strong inheritance from global.css (#62870)
This commit is contained in:
@@ -2,7 +2,3 @@
|
||||
margin-bottom: 0;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.archived-warning strong {
|
||||
color: var(--blue-dark);
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -477,10 +477,6 @@ fieldset[disabled] .btn {
|
||||
}
|
||||
}
|
||||
|
||||
strong {
|
||||
color: var(--secondary-color);
|
||||
}
|
||||
|
||||
.form-control {
|
||||
color: var(--primary-color);
|
||||
border-color: var(--quaternary-background);
|
||||
|
||||
Reference in New Issue
Block a user