1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-11-08 19:43:39 +00:00

Categories: Fix color in dark theme in the sidebar

This commit is contained in:
Timur Ismagilov
2022-10-29 17:53:33 +03:00
parent b286c16ac2
commit 0df2399c5b

View File

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