.textgradient { background: -webkit-linear-gradient(0deg, #CA11AB 0%, #82118C 50%, #4A1174 100%); -webkit-background-clip: text; -moz-background-clip: text; -webkit-text-fill-color: rgba(255, 255, 255, 0); -moz-text-fill-color: rgba(255, 255, 255, 0); } .textgradient .tn-atom { display: inline; } @supports (-ms-ime-align:auto) { .textgradient { -webkit-text-fill-color: unset!important; }  } 