summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/read-more/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/blocks/read-more/style.css')
-rw-r--r--wp-includes/blocks/read-more/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/wp-includes/blocks/read-more/style.css b/wp-includes/blocks/read-more/style.css
new file mode 100644
index 0000000..8cfefa8
--- /dev/null
+++ b/wp-includes/blocks/read-more/style.css
@@ -0,0 +1,8 @@
+.wp-block-read-more{
+ display:block;
+ width:-moz-fit-content;
+ width:fit-content;
+}
+.wp-block-read-more:not([style*=text-decoration]),.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus{
+ text-decoration:none;
+} \ No newline at end of file