angelovcom.net

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

_style.scss (305B)


      1 .wp-block-social-links {
      2 
      3 	a:focus {
      4 		color: var(--global--color-primary);
      5 	}
      6 
      7 	&.is-style-twentytwentyone-social-icons-color {
      8 
      9 		a {
     10 			color: var(--global--color-primary);
     11 		}
     12 
     13 		.wp-social-link,
     14 		&.has-icon-background-color.has-icon-background-color .wp-social-link {
     15 			background: none;
     16 		}
     17 
     18 	}
     19 }