fix(style) .current-file box-shadow: 0.8 -> 1.5

This commit is contained in:
coderaiser 2015-09-03 09:47:20 -04:00
parent 3b2efffb2d
commit 85145b3205

View file

@ -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 {