Skip to content

Commit

Permalink
Merge pull request #630 from RadhikaMalpani1702/main
Browse files Browse the repository at this point in the history
Redesigned the Trail Effect Match to the Website Theme
  • Loading branch information
ayush-t02 authored Jul 27, 2024
2 parents d52f0eb + 9e7b721 commit 728bd61
Show file tree
Hide file tree
Showing 10 changed files with 269 additions and 226 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@
height: 25px;
border-radius: 50%;
pointer-events: none;
background: radial-gradient(circle, rgba(73, 232, 247, 0.466), rgba(141, 38, 172, 0.5));
background: radial-gradient(circle, #ff6600, #ffb584a5);
transition: transform 0.1s, left 0.1s, top 0.1s;
}

Expand Down
2 changes: 1 addition & 1 deletion pages/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
height: 25px;
border-radius: 50%;
pointer-events: none;
background: radial-gradient(circle, rgba(73, 232, 247, 0.466), rgba(141, 38, 172, 0.5));
background: radial-gradient(circle, #ff6600, #ffb584a5);
transition: transform 0.1s, left 0.1s, top 0.1s;
}

Expand Down
2 changes: 1 addition & 1 deletion pages/FAQs.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
height: 25px;
border-radius: 50%;
pointer-events: none;
background: radial-gradient(circle, rgba(73, 232, 247, 0.466), rgba(141, 38, 172, 0.5));
background: radial-gradient(circle, #ff6600, #ffb584a5);
transition: transform 0.1s, left 0.1s, top 0.1s;
}

Expand Down
2 changes: 1 addition & 1 deletion pages/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
height: 25px;
border-radius: 50%;
pointer-events: none;
background: radial-gradient(circle, rgba(73, 232, 247, 0.466), rgba(141, 38, 172, 0.5));
background: radial-gradient(circle, #ff6600, #ffb584a5);
transition: transform 0.1s, left 0.1s, top 0.1s;
}

Expand Down
2 changes: 1 addition & 1 deletion pages/contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
height: 25px;
border-radius: 50%;
pointer-events: none;
background: radial-gradient(circle, rgba(73, 232, 247, 0.466), rgba(141, 38, 172, 0.5));
background: radial-gradient(circle, #ff6600, #ffb584a5);
transition: transform 0.1s, left 0.1s, top 0.1s;
}

Expand Down
6 changes: 1 addition & 5 deletions pages/game.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,7 @@
height: 25px;
border-radius: 50%;
pointer-events: none;
background: radial-gradient(
circle,
rgba(73, 232, 247, 0.466),
rgba(141, 38, 172, 0.5)
);
background: radial-gradient(circle, #ff6600, #ffb584a5);
transition: transform 0.1s, left 0.1s, top 0.1s;
}

Expand Down
Loading

0 comments on commit 728bd61

Please sign in to comment.