From 28c7e9a84686805063b7b1c5a9c3dcfd222bd27f Mon Sep 17 00:00:00 2001 From: lidia pereira Date: Wed, 19 Jun 2019 18:32:35 +0200 Subject: [PATCH] hover --- themes/homebrewtheme/static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/homebrewtheme/static/css/main.css b/themes/homebrewtheme/static/css/main.css index 9a4c549..e81ff76 100644 --- a/themes/homebrewtheme/static/css/main.css +++ b/themes/homebrewtheme/static/css/main.css @@ -79,7 +79,7 @@ pre { margin-top:10%; } -.guides-index li>a:hover{ +.guides-index a:hover{ color:#333; }