Difference between revisions of "Template:HK GTC"

Line 112: Line 112:
 
     opacity: 0;
 
     opacity: 0;
 
     color: #4f4f4f !important;
 
     color: #4f4f4f !important;
 +
}
 +
 +
#my-nav #popup a{
 +
    width: 100%;
 +
    height: 100%;
 +
    text-decoration: none;
 +
    color:#4f4f4f;
 +
    font-weight: 200;
 +
    transition: all .25s;
 +
}
 +
 +
#my-nav #popup li{
 +
    transition: all .25s;
 +
}
 +
 +
#my-nav #popup li:hover{
 +
    cursor: pointer;
 +
    color: #f4f4f4;
 +
    background-color: #1BA784;
 +
    font-weight: 400;
 
}
 
}
  

Revision as of 07:40, 18 September 2021