feature(style) .current-file box-shadow: 1.5px -> 1px

This commit is contained in:
coderaiser 2016-03-18 14:58:50 -04:00
parent ea990330e6
commit 56fe6f2efe

View file

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