_editor.scss (310B)
1 .wp-block-social-links { 2 3 // Social icons are horizontal, so they don't need vertical spacing. 4 [data-block] { 5 margin-top: 0; 6 margin-bottom: 0; 7 } 8 9 &.is-style-twentytwentyone-social-icons-color { 10 11 button { 12 color: var(--global--color-primary); 13 } 14 15 .wp-social-link { 16 background: none; 17 } 18 } 19 20 }