From 85145b32052fefc0de9e772912b85b096246f2ad Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 3 Sep 2015 09:47:20 -0400 Subject: [PATCH] fix(style) .current-file box-shadow: 0.8 -> 1.5 --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index efd7cf3d..a1831ab6 100644 --- a/css/style.css +++ b/css/style.css @@ -145,7 +145,7 @@ body, pre, code { } .current-file { - box-shadow: 0 0 0 0.8px rgba(49, 123, 249, 0.4) inset; + box-shadow: 0 0 0 1.5px rgba(49, 123, 249, 0.4) inset; } .cut-file {