Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Copyright 2025 Proofcraft Pty Ltd
SPDX-License-Identifier: CC-BY-SA-4.0
{% endcomment -%}
<header class="bg-white dark:bg-darkblue">
<header class="fixed inset-x-0 z-10 top-0 bg-white dark:bg-darkblue">
<nav class="mx-auto flex items-center justify-between px-6 py-2 lg:pt-4 lg:pb-3 mb-2 lg:px-8
shadow-md relative z-10 bg-white/90 dark:bg-darkblue/90 backdrop-blur-md" aria-label="Global">
<div class="flex lg:flex-none">
Expand Down
2 changes: 1 addition & 1 deletion _layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<body class="flex flex-col h-screen {%unless page.nodark%}dark:bg-[#030020]{%endunless%} bg-white">
{%- assign menu = site.data.menu -%}
{% include header.html %}
<div class="flex-1 overflow-y-auto">
<div class="flex-1">
<main id="page-top">
{{ content }}
</main>
Expand Down