1
0
mirror of synced 2025-12-25 02:17:36 -05:00

adding just the styling for header update

This commit is contained in:
Grace Park
2021-06-04 10:29:21 -07:00
parent 31579808f6
commit 05fb4cb9b2
4 changed files with 22 additions and 11 deletions

View File

@@ -1,19 +1,18 @@
h1,
h2,
h3,
h4 {
h3 {
a {
color: var(--color-auto-gray-9);
}
}
// all h3 headers that are links should be blue-500
h3 a {
// all h2 headers that are links should be blue-500
h2 a {
color: var(--color-auto-blue-5);
}
// ... except those on each product's toc
.product-landing h3 a {
.product-landing h2 a {
color: var(--color-auto-gray-9);
}
@@ -22,12 +21,26 @@ h3 a {
h2,
h3,
h4,
h5,
h6 {
h5 {
font-family: $font-mktg;
font-weight: $font-weight-semibold;
padding-top: $spacer-3;
}
h2 {
font-size: 1.25em;
border-bottom: none;
}
h3 {
font-size: 1em;
}
h4 {
font-size: 0.875em;
}
h5 {
font-size: 0.85em;
}
}
// needs specificity to override