From 56fe6f2efefba12707e4ee9ba83ca38993ab225b Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 18 Mar 2016 14:58:50 -0400 Subject: [PATCH] feature(style) .current-file box-shadow: 1.5px -> 1px --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 3eb4b872..7ea0a096 100644 --- a/css/style.css +++ b/css/style.css @@ -146,7 +146,7 @@ body, pre, code { } .current-file { - box-shadow: 0 0 0 1.5px rgba(49, 123, 249, 0.4) inset; + box-shadow: 0 0 0 1px rgba(49, 123, 249, 0.4) inset; } .cut-file {