Untitled

 avatar
unknown
css
2 years ago
421 B
2
Indexable

ul,.map-site {
    padding-left: 0;
    list-style: none;
    color: #871314 !important;
}


.map-site a {
    color: #871314;
    text-decoration: none;
    background-color: transparent
}

.map-site a:hover {
    color: #440a0a;
    text-decoration: underline
}

.map-site a:not([href]) {
    color: inherit;
    text-decoration: none
}

.map-site aa:not([href]):hover {
    color: inherit;
    text-decoration: none
}
Editor is loading...