1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-04 18:19:54 +00:00

Fix hover color of subhypha links in dark theme

This commit is contained in:
Timur Ismagilov 2024-06-01 23:57:30 +03:00
parent d1bf1f76eb
commit d85c12bae5

View File

@ -712,7 +712,8 @@ a.btn_destructive:visited,
.top-bar__home-link:hover,
.auth-links__link:hover,
.top-bar__highlight-link:hover,
.categories-card__link:hover {
.categories-card__link:hover,
.subhyphae__link:hover {
background-color: #444;
}
}