渐变色文字

  1. a:not(.button):not(.commentPreviewButton):not(.comment-reply-link):focus, a:not(.button):not(.commentPreviewButton):not(.comment-reply-link):hover {
  2. background: -webkit-gradient(linear,left top,right top,from(#ff8a00),to(#e52e71));
  3. background: linear-gradient(to right,#ff8a00,#e52e71);
  4. -webkit-background-clip: text;
  5. -webkit-text-fill-color: transparent;
  6. -webkit-box-decoration-break: clone;
  7. box-decoration-break: clone;
  8. text-shadow: none;
  9. }