summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/twentyfourteen/css/blocks.css')
-rw-r--r--themes/twentyfourteen/css/blocks.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/themes/twentyfourteen/css/blocks.css b/themes/twentyfourteen/css/blocks.css
index e0f0e231..31691c97 100644
--- a/themes/twentyfourteen/css/blocks.css
+++ b/themes/twentyfourteen/css/blocks.css
@@ -168,6 +168,10 @@ p.has-drop-cap:not(:focus)::first-letter {
padding: 0;
}
+.wp-block-code code {
+ font-size: inherit;
+}
+
/* Pullquote */
.wp-block-pullquote {
@@ -327,6 +331,15 @@ p.has-drop-cap:not(:focus)::first-letter {
color: #41a62a;
}
+.widget-area .wp-block-latest-comments__comment-meta a {
+ color: #fff;
+}
+
+.widget-area .wp-block-latest-comments__comment-meta a:hover,
+.widget-area .wp-block-latest-comments__comment-meta a:focus {
+ color: #41a62a;
+}
+
.wp-block-latest-comments__comment-excerpt p:last-child {
}