wp/wp-includes/blocks/social-links/style-rtl.css
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
--- a/wp/wp-includes/blocks/social-links/style-rtl.css	Fri Sep 05 18:40:08 2025 +0200
+++ b/wp/wp-includes/blocks/social-links/style-rtl.css	Fri Sep 05 18:52:52 2025 +0200
@@ -44,19 +44,16 @@
   border-radius:9999px;
   display:block;
   height:auto;
-  transition:transform .1s ease;
 }
-@media (prefers-reduced-motion:reduce){
+@media not (prefers-reduced-motion){
   .wp-block-social-link{
-    transition-delay:0s;
-    transition-duration:0s;
+    transition:transform .1s ease;
   }
 }
 .wp-block-social-link a{
   align-items:center;
   display:flex;
   line-height:0;
-  transition:transform .1s ease;
 }
 .wp-block-social-link:hover{
   transform:scale(1.1);
@@ -100,6 +97,10 @@
   background-color:#02e49b;
   color:#fff;
 }
+:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{
+  background-color:#5865f2;
+  color:#fff;
+}
 :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{
   background-color:#e94c89;
   color:#fff;
@@ -113,7 +114,7 @@
   color:#fff;
 }
 :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{
-  background-color:#1778f2;
+  background-color:#0866ff;
   color:#fff;
 }
 :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{
@@ -279,6 +280,9 @@
 :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{
   color:#02e49b;
 }
+:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{
+  color:#5865f2;
+}
 :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{
   color:#e94c89;
 }
@@ -289,7 +293,7 @@
   color:#f45800;
 }
 :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{
-  color:#1778f2;
+  color:#0866ff;
 }
 :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{
   color:#000;
@@ -408,8 +412,8 @@
 }
 
 :root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){
-  padding-left:.66667em;
-  padding-right:.66667em;
+  padding-left:.6666666667em;
+  padding-right:.6666666667em;
 }
 
 .wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{