From be9420527020b61f8c362b37dc1e9fa68f2bd184 Mon Sep 17 00:00:00 2001 From: kefournier Date: Mon, 15 Oct 2018 20:13:53 -0400 Subject: [PATCH] changing color saturation of hover background --- public/projects-list/stylesheets/style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/projects-list/stylesheets/style.less b/public/projects-list/stylesheets/style.less index a18dc2a82..22a853b35 100644 --- a/public/projects-list/stylesheets/style.less +++ b/public/projects-list/stylesheets/style.less @@ -101,7 +101,7 @@ h2 { } &:hover { - background: rgba(0, 0, 0, 0.04); + background: rgba(0, 0, 0, 0.27); } }