diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-16 11:23:54 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-16 11:23:54 +0200 |
| commit | 21675d12f36bdb611b29d49f8f590c0645163731 (patch) | |
| tree | a45eefe2db2fd9783f97e740d9f73a8685ac33aa | |
| parent | 9e57618a6dbd139b9481e43079df3c646aec3705 (diff) | |
| download | danixxyz-21675d12f36bdb611b29d49f8f590c0645163731.tar.gz danixxyz-21675d12f36bdb611b29d49f8f590c0645163731.zip | |
refactor: apply frosted-bar component to header
| -rw-r--r-- | themes/danix-xyz-hacker/layouts/partials/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/danix-xyz-hacker/layouts/partials/header.html b/themes/danix-xyz-hacker/layouts/partials/header.html index 49493c6..cd77032 100644 --- a/themes/danix-xyz-hacker/layouts/partials/header.html +++ b/themes/danix-xyz-hacker/layouts/partials/header.html @@ -1,4 +1,4 @@ -<header class="sticky top-0 z-50 bg-bg2/92 backdrop-blur border-b border-border"> +<header class="sticky top-0 z-50 frosted-bar border-b"> <nav class="container mx-auto px-4 py-4 flex items-center justify-between"> <!-- Logo and Site Name --> <a href="{{ .Site.BaseURL }}" class="flex items-center gap-2 hover:opacity-80 transition-opacity"> |
