Skip to content

Commit

Permalink
Repos changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ElBi21 committed Apr 7, 2024
1 parent 2502f1b commit 71510d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 6 additions & 0 deletions repos/repos.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,10 @@
padding: 0;
border-radius: 8px;
margin: 0 1px 0 1px;
}

@keyframes hoverOnRepo {
0% {

}
}
7 changes: 0 additions & 7 deletions repos/repos.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,6 @@ document.addEventListener("DOMContentLoaded", function () {
function changeShadowOut(repoHovered) {
repoHovered.style.transform = "box-shadow: 0px 5px 10px rgb(134, 132, 132);"
}

repoBox.mouseenter(function() {
$(this).attr("currentColor", $(this).css("background-color"));
$(this).css("background-color", "#f7f7f7")
}).mouseout(function() {
$(this).css("background-color", $(this).attr("currentColor"));
})
}
})
})
Expand Down

0 comments on commit 71510d2

Please sign in to comment.