Skip to content
Snippets Groups Projects
Commit cd0e56d9 authored by Shraddha Raghuram's avatar Shraddha Raghuram
Browse files

color change

parent 535112f1
No related branches found
No related tags found
No related merge requests found
Pipeline #406271 passed
......@@ -134,9 +134,9 @@
let items = navbar.children;
function over(el){
for (i = 0; i < 7; i++){
items[i].children[0].style.color = "#62D881";
items[i].children[0].style.color = "#185A4F";
}
el.children[0].style.color = "#185A4F";
el.children[0].style.color = "#62D881";
if (el.children.length > 1){
let son = el.children[1];
if (getComputedStyle(son,null)["display"]=="none"){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment