We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6bfccdf + 723fcd4 commit 8374d93Copy full SHA for 8374d93
1 file changed
docs/_layouts/default.html
@@ -20,7 +20,7 @@
20
</head>
21
<body class="d-flex flex-column height-full">
22
<header class="position-sticky top-0 d-flex"
23
- style="z-index: 1; background-image: linear-gradient(to top, transparent, white 25%)">
+ style="z-index: 1; background-image: linear-gradient(to top, rgba(255, 255, 255, 0), white 25%)">
24
<div class="flex-1 pl-3 pb-6 col-3 {% if page.layout != "default" %}bg-gray{% endif %}">
25
<h1 class="m-0 mt-2">Catalyst</h1>
26
</div>
0 commit comments