hasadna / datacity-k8s

1 stars 0 forks source link

Jerusalem site: links color should not change to white on hover #225

Closed OriHoch closed 3 years ago

OriHoch commented 3 years ago

reproduction steps

expected

actual

image

OriHoch commented 3 years ago

related: #219

OriHoch commented 3 years ago

fixed in site settings custom css, removed the following css:

a:hover, a:focus {
    color: white;
    text-decoration: none;
}