~bouncepaw/mycorrhiza

0df2399c5b93661dae6a3346f734f8b212df8826 — Timur Ismagilov 1 year, 10 months ago b286c16
Categories: Fix color in dark theme in the sidebar
1 files changed, 2 insertions(+), 1 deletions(-)

M static/default.css
M static/default.css => static/default.css +2 -1
@@ 697,7 697,8 @@ a.btn_destructive:visited,
	.top-bar__hamburger:hover,
	.top-bar__home-link:hover,
	.auth-links__link:hover,
	.top-bar__highlight-link:hover {
	.top-bar__highlight-link:hover,
	.categories-card__link:hover {
		background-color: #444;
	}
}