Skip to content

Commit

Permalink
Merge pull request #3932 from roushan-code/read-me-button-hover-updated
Browse files Browse the repository at this point in the history
read-me-button-hover-updated
  • Loading branch information
atmajaa authored Oct 23, 2024
2 parents b972e6b + 72425cd commit a3df8b9
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1861,8 +1861,8 @@
left: 0;
display: block;
border-radius: 2.8rem;
background: rgba(255, 171, 157, 0.5);
width: 5.6rem;
background: rgb(255 144 125 / 91%);
width: 12.6rem;
height: 5.6rem;
transition: all 0.3s ease;
}
Expand All @@ -1879,11 +1879,11 @@
svg {
position: relative;
top: 2.7rem;
margin-left: 0.5rem;
margin-left: 0.7rem;
fill: none;
stroke-linecap: round;
stroke-linejoin: round;
stroke: hsl(357, 37%, 62%);
stroke: hsl(357deg 28.47% 38.09%);
stroke-width: 2;
transform: translateX(-0.5rem);
transition: all 0.3s ease;
Expand Down Expand Up @@ -1915,15 +1915,15 @@
transition: all 0.2s ease;
&:before {
content: "";
position: absolute;
top: 0;
left: 0;
display: block;
border-radius: 2.8rem;
background: rgba(255, 171, 157, 0.5);
width: 5.6rem;
height: 5.6rem;
transition: all 0.3s ease;
position: absolute;
top: 0;
left: 0;
display: block;
border-radius: 2.8rem;
background: rgb(255 144 125 / 91%);
width: 12.6rem;
height: 5.6rem;
transition: all 0.3s ease;
}
span {
position: relative;
Expand All @@ -1938,11 +1938,11 @@
svg {
position: relative;
top: 0;
margin-left: 0.5rem;
margin-left: 0.7rem;
fill: none;
stroke-linecap: round;
stroke-linejoin: round;
stroke: hsl(357, 37%, 62%);
stroke: hsl(357deg 28.47% 38.09%);
stroke-width: 2;
transform: translateX(-0.5rem);
transition: all 0.3s ease;
Expand Down

0 comments on commit a3df8b9

Please sign in to comment.