Skip to content

Commit

Permalink
09-26-2024
Browse files Browse the repository at this point in the history
  • Loading branch information
midkiffaries committed Sep 27, 2024
1 parent 0b7313e commit 9fa7dca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
],
"gradients": [
{
"gradient": "linear-gradient(90deg, #40a5ff, #69b7ff, #8cc9ff)",
"gradient": "linear-gradient(0deg, #40a5ff, #69b7ff, #8cc9ff)",
"name": "Brand color gradient",
"slug": "brandgradient"
},
Expand Down Expand Up @@ -118,7 +118,7 @@
"slug": "sunsetgradient"
},
{
"gradient": "linear-gradient(0deg, #ffffff 0%, #efccfc 10%, #de00ff 20%, #5400c1 50%, #e8f9ff 51%, #00d4ff 66%, #0086d6 80%, #0065a2 90%)",
"gradient": "linear-gradient(0deg, #ffffff 2%, #efccfc 7%, #de00ff 20%, #5400c1 50%, #e8f9ff 51%, #00d4ff 66%, #0086d6 80%, #0065a2 93%)",
"name": "Chrome gradient",
"slug": "chromegradient"
},
Expand Down Expand Up @@ -459,7 +459,7 @@
"css": "border-bottom:2px solid #ddd;padding-bottom:3px"
},
"header-text-fill": {
"css": "padding:0 !important;-webkit-background-clip:text !important;background-clip:text !important;-webkit-text-fill-color:transparent;line-height:1"
"css": "padding:0 !important;-webkit-background-clip:text !important;background-clip:text !important;-webkit-text-fill-color:transparent;line-height:0.85"
}
}
},
Expand Down

0 comments on commit 9fa7dca

Please sign in to comment.