From f45918a218b1e820f39ffe764d23830c16f0aab0 Mon Sep 17 00:00:00 2001 From: slice Date: Fri, 13 Jul 2018 18:43:55 -0700 Subject: [PATCH] use color instead of opacity this shows how lazy i am --- priv/frontend/src/Service.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/priv/frontend/src/Service.css b/priv/frontend/src/Service.css index 581e386..8c612ef 100644 --- a/priv/frontend/src/Service.css +++ b/priv/frontend/src/Service.css @@ -5,7 +5,7 @@ .service__title__latency { margin-left: 0.5em; - opacity: 0.3; + color: hsl(0, 0%, 45%); } .service__header h2 {