From 987870eb26fba5ab979cb26b25ec2c07ad6f5219 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 2 Jun 2015 05:51:32 -0400 Subject: [PATCH] feature(style) current file: loocks similar on chrome and ff --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 4a97f147..39a7d9c1 100644 --- a/css/style.css +++ b/css/style.css @@ -144,7 +144,7 @@ body, pre, code { } .current-file { - box-shadow: inset 0 0 2px rgb(49, 123, 249); + box-shadow: 0 0 0 1px rgba(49, 123, 249, 0.4) inset; transition: ease 0.05s; }