mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
[Glitch] Add vendor prefix for background-clip
Port e0354aba7c
to glitch-soc
This commit is contained in:
parent
8cafeedc25
commit
e8ccac468a
@ -195,6 +195,7 @@ a.table-action-link {
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
background: linear-gradient(to right, orange , yellow, green, cyan, blue, violet,orange , yellow, green, cyan, blue, violet);
|
background: linear-gradient(to right, orange , yellow, green, cyan, blue, violet,orange , yellow, green, cyan, blue, violet);
|
||||||
background-size: 200% 100%;
|
background-size: 200% 100%;
|
||||||
|
-webkit-background-clip: text;
|
||||||
background-clip: text;
|
background-clip: text;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
animation: Swag 2s linear 0s infinite;
|
animation: Swag 2s linear 0s infinite;
|
||||||
|
Loading…
Reference in New Issue
Block a user