Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CptMilk authored Apr 7, 2024
1 parent d7707a7 commit 605dee2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ permalink: /

.scroll-text .rainbow-text {
display: inline-block;
animation: scroll 120s linear infinite; /* Adjust duration to 120s */
animation: scroll 10s linear infinite; /* Adjust duration to 120s */
}

@keyframes scroll {
Expand Down Expand Up @@ -93,6 +93,10 @@ permalink: /

var overlay = document.querySelector('.overlay');
overlay.style.pointerEvents = "auto"; // Enable pointer events to allow clicking

var overlay = document.querySelector('.overlay');
overlay.style.pointerEvents = "auto"; // Enable pointer events to allow clicking
overlay.style.opacity = "0.5"; // Show the overlay
});

document.addEventListener("DOMContentLoaded", function() {
Expand Down

0 comments on commit 605dee2

Please sign in to comment.