changed the tags edit button hover color

This commit is contained in:
Jack 2020-06-24 00:58:02 +01:00
parent 825d3fe712
commit 483d6fcaeb

View file

@ -1556,7 +1556,7 @@ key {
}
#resultEditTags:hover{
cursor: pointer;
color: var(--text-color);
color: var(--main-color);
opacity: 1 !important;
}
}