polishing

This commit is contained in:
planetabhi
2023-12-22 03:58:54 +05:30
parent 7fcd37cbbd
commit 0826a8d638
3 changed files with 3 additions and 5 deletions
+1 -2
View File
@@ -11,8 +11,7 @@
0px 1px 1px -0.5px var(--shadow-color),
0px 3px 3px -1.5px var(--shadow-color),
0px 6px 6px -3px var(--shadow-color),
0px 12px 12px -6px var(--shadow-color),
0px 24px 24px -12px var(--shadow-color);
0px 12px 12px -6px var(--shadow-color);
transition:all .12s ease-out;
border: 1px solid transparent;
}
+1 -1
View File
@@ -1063,7 +1063,7 @@
]
},
{
"title": "🌃 Xtras",
"title": "🍹 Xtras",
"category": "xtras",
"content": [
{
+1 -2
View File
@@ -124,7 +124,6 @@ const { site, title, tagline } = Astro.props;
display: flex;
justify-content: space-between;
align-items: center;
z-index: 999999;
}
.floating-nav.is-active {
@@ -162,9 +161,9 @@ const { site, title, tagline } = Astro.props;
cursor: pointer;
color: var(--text-secondary);
background-color: var(--background);
box-shadow: none;
border-radius: var(--spacing-03);
font-size: var(--desktop-body-sm);
transition:all .12s ease-out;
&:hover {
background-color: var(--background-secondary);