You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
305 B
SCSS
20 lines
305 B
SCSS
7 months ago
|
.wp-block-social-links {
|
||
|
|
||
|
a:focus {
|
||
|
color: var(--global--color-primary);
|
||
|
}
|
||
|
|
||
|
&.is-style-twentytwentyone-social-icons-color {
|
||
|
|
||
|
a {
|
||
|
color: var(--global--color-primary);
|
||
|
}
|
||
|
|
||
|
.wp-social-link,
|
||
|
&.has-icon-background-color.has-icon-background-color .wp-social-link {
|
||
|
background: none;
|
||
|
}
|
||
|
|
||
|
}
|
||
|
}
|