--- a/wp/wp-includes/blocks/post-title/style-rtl.css Fri Sep 05 18:40:08 2025 +0200
+++ b/wp/wp-includes/blocks/post-title/style-rtl.css Fri Sep 05 18:52:52 2025 +0200
@@ -2,6 +2,13 @@
box-sizing:border-box;
word-break:break-word;
}
-.wp-block-post-title a{
+.wp-block-post-title :where(a){
display:inline-block;
+ font-family:inherit;
+ font-size:inherit;
+ font-style:inherit;
+ font-weight:inherit;
+ letter-spacing:inherit;
+ line-height:inherit;
+ text-decoration:inherit;
}
\ No newline at end of file