|
@@ -3233,10 +3233,14 @@ a {
|
|
}
|
|
}
|
|
|
|
|
|
a:hover, a:focus {
|
|
a:hover, a:focus {
|
|
- background: white;
|
|
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.site-header a:hover,
|
|
|
|
+.site-header a:focus {
|
|
|
|
+ background: white;
|
|
|
|
+}
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* Components
|
|
* Components
|
|
*/
|
|
*/
|
|
@@ -3290,6 +3294,7 @@ a:hover, a:focus {
|
|
}
|
|
}
|
|
|
|
|
|
.entry-title,
|
|
.entry-title,
|
|
|
|
+.author-bio .author-title,
|
|
.post-navigation .post-title,
|
|
.post-navigation .post-title,
|
|
.comment-reply-title {
|
|
.comment-reply-title {
|
|
font-size: 2.48832rem;
|
|
font-size: 2.48832rem;
|
|
@@ -3315,13 +3320,6 @@ a:hover, a:focus {
|
|
text-decoration-color: currentColor;
|
|
text-decoration-color: currentColor;
|
|
}
|
|
}
|
|
|
|
|
|
-.author-bio .author-title {
|
|
|
|
- font-size: 2.0736rem;
|
|
|
|
- letter-spacing: normal;
|
|
|
|
- line-height: 1;
|
|
|
|
- text-transform: uppercase;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.nav-links .meta-nav {
|
|
.nav-links .meta-nav {
|
|
text-transform: uppercase;
|
|
text-transform: uppercase;
|
|
font-weight: 500;
|
|
font-weight: 500;
|