_site-title.scss 216 B

12345678910111213141516
  1. .wp-block-site-title {
  2. a {
  3. text-decoration: underline;
  4. text-decoration-thickness: 2px;
  5. text-underline-offset: 0.13em;
  6. &:hover,
  7. &:focus {
  8. text-decoration: none;
  9. background-size: 8px 0px;
  10. }
  11. }
  12. }