.gridjs-mytable tr:hover td {
    background-color: rgba(71,136,255,.18)!important;
}

.gridjs-mytable a:hover {
    
    color:rgb(68, 127, 175);
}

.gridjs-mytable a {
    text-decoration: underline!important;
}