So if I have all heading links not underlined, this one is neither.
font-weight: var(--heading-font-weight);
font-size: 1.17rem; /* taken from webkit defaults for h3 */
}
+figure.m-figure figcaption a, .m-code-figure figcaption a, .m-console-figure figcaption a {
+ text-decoration: var(--link-decoration-heading);
+}
/* Image grid */
.m-imagegrid > div {
font-weight: 600;
font-size: 1.17rem;
}
+figure.m-figure figcaption a, .m-code-figure figcaption a, .m-console-figure figcaption a {
+ text-decoration: none;
+}
.m-imagegrid > div {
background-color: #2f363f;
}
font-weight: 600;
font-size: 1.17rem;
}
+figure.m-figure figcaption a, .m-code-figure figcaption a, .m-console-figure figcaption a {
+ text-decoration: none;
+}
.m-imagegrid > div {
background-color: #2f363f;
}
font-weight: normal;
font-size: 1.17rem;
}
+figure.m-figure figcaption a, .m-code-figure figcaption a, .m-console-figure figcaption a {
+ text-decoration: none;
+}
.m-imagegrid > div {
background-color: #ffffff;
}
font-weight: normal;
font-size: 1.17rem;
}
+figure.m-figure figcaption a, .m-code-figure figcaption a, .m-console-figure figcaption a {
+ text-decoration: none;
+}
.m-imagegrid > div {
background-color: #ffffff;
}