mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Update background and text color of Skip to main button
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user