[Glitch] Add vendor prefix for background-clip

Port e0354aba7c to glitch-soc
local
Thibaut Girka 6 years ago committed by ThibG
parent 8cafeedc25
commit e8ccac468a
  1. 1
      app/javascript/flavours/glitch/styles/tables.scss

@ -195,6 +195,7 @@ a.table-action-link {
font-weight: 700;
background: linear-gradient(to right, orange , yellow, green, cyan, blue, violet,orange , yellow, green, cyan, blue, violet);
background-size: 200% 100%;
-webkit-background-clip: text;
background-clip: text;
color: transparent;
animation: Swag 2s linear 0s infinite;

Loading…
Cancel
Save