Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jan 10, 2025
1 parent 9c4edb7 commit cc57f8a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .astro/data-store.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .astro/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_variables": {
"lastUpdateCheck": 1721249848335
"lastUpdateCheck": 1736478136073
}
}
}
1 change: 0 additions & 1 deletion .astro/types.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/// <reference types="astro/client" />
/// <reference path="content.d.ts" />
9 changes: 4 additions & 5 deletions Source/Stylesheet/Component/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,10 @@
transition: all 0.3s ease;

&:hover {
transform: scale(1.02);
}

&:active {
transform: scale(0.98);
box-shadow:
0 0 0 1px rgba(139, 75, 139, 0.5),
0 0 0 4px rgba(89, 48, 89, 1);
cursor: none;
}

&:hover,
Expand Down

0 comments on commit cc57f8a

Please sign in to comment.