Update background and text color of Skip to main button

This commit is contained in:
Sat Naing
2022-09-26 00:09:55 +06:30
parent 350f586e4d
commit 81fced6333
+1 -1
View File
@@ -95,7 +95,7 @@ const { activeNav } = Astro.props;
<style> <style>
#skip-to-content { #skip-to-content {
@apply bg-skin-card py-2 px-3 absolute -top-full focus:top-4 left-16 z-50 transition-all; @apply bg-skin-accent text-skin-inverted py-2 px-3 absolute -top-full focus:top-4 left-16 z-50 transition-all;
} }
header hr { header hr {
@apply border-skin-line mx-4 max-w-3xl sm:mx-auto; @apply border-skin-line mx-4 max-w-3xl sm:mx-auto;