Skip to content

Commit 72a8eb2

Browse files
authored
Update custom.css (#653)
removing some unneeded lines that were clipping the g descender
1 parent dea7648 commit 72a8eb2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/src/styles/custom.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -222,13 +222,9 @@ site-search button kbd {
222222
.hero h1 {
223223
font-size: clamp(2.5rem, 8vw, 4rem) !important;
224224
font-weight: 700 !important;
225-
line-height: 1.1 !important;
225+
line-height: 1 !important;
226226
letter-spacing: -0.03em !important;
227227
margin-bottom: 1.5rem !important;
228-
background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.8) 100%);
229-
-webkit-background-clip: text;
230-
-webkit-text-fill-color: transparent;
231-
background-clip: text;
232228
}
233229

234230
/* Hero tagline */

0 commit comments

Comments
 (0)