Skip to content

New CSS classes #81

@danimesq

Description

@danimesq
  • .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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions