summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/embed/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/blocks/embed/theme.css')
-rw-r--r--wp-includes/blocks/embed/theme.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/wp-includes/blocks/embed/theme.css b/wp-includes/blocks/embed/theme.css
new file mode 100644
index 0000000..a297d33
--- /dev/null
+++ b/wp-includes/blocks/embed/theme.css
@@ -0,0 +1,12 @@
+.wp-block-embed figcaption{
+ color:#555;
+ font-size:13px;
+ text-align:center;
+}
+.is-dark-theme .wp-block-embed figcaption{
+ color:hsla(0,0%,100%,.65);
+}
+
+.wp-block-embed{
+ margin:0 0 1em;
+} \ No newline at end of file