Skip to content

Commit

Permalink
Signature style
Browse files Browse the repository at this point in the history
  • Loading branch information
yhattav committed Nov 18, 2024
1 parent e791269 commit b5bc6cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/GravitySimulator/GravitySimulator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ export const GravitySimulator: React.FC<GravitySimulatorProps> = ({
<>
<style>
{`
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap');
@keyframes pulse {
0% { transform: translate(-50%, -50%) scale(1); }
Expand All @@ -336,13 +336,13 @@ export const GravitySimulator: React.FC<GravitySimulatorProps> = ({
position: absolute;
bottom: 15px;
left: 20px;
font-family: 'Dancing Script', cursive;
font-size: 24px;
font-family: 'Homemade Apple', cursive;
font-size: 21px;
color: rgba(255, 255, 255, 0.40);
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
user-select: none;
z-index: 1;
letter-spacing: 1px;
letter-spacing: 2px;
text-decoration: none;
transition: color 0.2s ease, text-shadow 0.2s ease;
}
Expand Down

0 comments on commit b5bc6cd

Please sign in to comment.