feature(style) current file: loocks similar on chrome and ff

This commit is contained in:
coderaiser 2015-06-02 05:51:32 -04:00
parent 53c35c0e02
commit 987870eb26

View file

@ -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;
}