Skip to content

Commit 8374d93

Browse files
authored
Merge pull request #87 from rik/patch-1
Fix header gradient for Safari
2 parents 6bfccdf + 723fcd4 commit 8374d93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</head>
2121
<body class="d-flex flex-column height-full">
2222
<header class="position-sticky top-0 d-flex"
23-
style="z-index: 1; background-image: linear-gradient(to top, transparent, white 25%)">
23+
style="z-index: 1; background-image: linear-gradient(to top, rgba(255, 255, 255, 0), white 25%)">
2424
<div class="flex-1 pl-3 pb-6 col-3 {% if page.layout != "default" %}bg-gray{% endif %}">
2525
<h1 class="m-0 mt-2">Catalyst</h1>
2626
</div>

0 commit comments

Comments
 (0)