|
@@ -55,6 +55,11 @@ a {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.site-description {
|
|
|
|
+ font-family: #{map-deep-get($config-header, "branding", "description", "font", "family")}; // For browsers without support for CSS variables.
|
|
|
|
+ font-family: var( --font-headings, #{map-deep-get($config-header, "branding", "description", "font", "family")} );
|
|
|
|
+}
|
|
|
|
+
|
|
.main-navigation > div > ul > li > a,
|
|
.main-navigation > div > ul > li > a,
|
|
.entry-content a {
|
|
.entry-content a {
|
|
text-decoration: underline;
|
|
text-decoration: underline;
|