Skip to content
Snippets Groups Projects
Commit c4a8ddf8 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

fix

parent 155ca44c
Branches
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ .barreDeNavigation .inferieure .siteName{
}
a.siteName:hover {
text-decoration: none;
color: white;
color: white!important;
}
.menuList{
display: table;
......
......@@ -31,10 +31,10 @@
joinServerIcon.addEventListener('mouseenter', e => {
animatedIcon("joinServerIcon", "enter");
}); false);
});
joinServerIcon.addEventListener('mouseleave', e => {
animatedIcon("joinServerIcon", "leave");
}); false);
});
function animatedIcon(id, action){
$("#"+id+" > i").css("background-color", "red");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment