Skip to content

Commit

Permalink
fix cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
IndiSnacks committed Nov 6, 2024
1 parent a23ac0b commit 4676c64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Flashlight/Flashlight.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
}

&.ring-inner {
width: 55vh; /* Adjust size as needed */
height: 55vh; /* Adjust size as needed */
width: 61vh; /* Adjust size as needed */
height: 61vh; /* Adjust size as needed */
border: 50px solid #68dea3; /* Adjust thickness and color as needed */
border-radius: 50%; /* Make it circular */
position: fixed; /* Use fixed positioning */
Expand All @@ -47,8 +47,8 @@
}

&.ring-outer {
width: 60vh; /* Adjust size as needed */
height: 60vh; /* Adjust size as needed */
width: 72vh; /* Adjust size as needed */
height: 72vh; /* Adjust size as needed */
border: 100px solid #16643d; /* Adjust thickness and color as needed */
border-radius: 50%; /* Make it circular */
position: fixed; /* Use fixed positioning */
Expand Down

0 comments on commit 4676c64

Please sign in to comment.