diff --git a/package.json b/package.json index 2ee5162..4bc121d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "accessible-astro-starter", "description": "An Accessible Starter Theme for Astro including several accessiblity features and tools to help you build faster.", - "version": "1.6.0", + "version": "1.6.1", "author": "Mark Teekman", "homepage": "https://accessible-astro.dev", "scripts": { diff --git a/src/components/Navigation.astro b/src/components/Navigation.astro index b548317..bbbba4a 100644 --- a/src/components/Navigation.astro +++ b/src/components/Navigation.astro @@ -209,13 +209,16 @@ import { DarkMode } from 'accessible-astro-components' &.is-desktop { .desktop-menu { visibility: visible; - z-index: 0; position: static; } .mobile-menu { display: none; } + + .darkmode-toggle { + margin-top: -6px; + } } &.is-mobile {