-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
- .color-bg
- .color-txt
- .gradient-bg
- .gradient-text
.color-bg {background:#00A185}
.color-txt {color:#00A185}
.gradient-bg {
background: -webkit-linear-gradient(left, rgb(100, 230, 227), rgb(0, 161, 133), rgb(51, 51, 51) 70%)}
.gradient-text {
background: -webkit-linear-gradient(left, rgb(100, 230, 227), rgb(0, 161, 133), rgb(51, 51, 51) 70%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent
}
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.