Commit 40297b8f authored by Phil Hughes's avatar Phil Hughes

Reduced focus shadow

parent 3b4c4dd7
...@@ -63,7 +63,8 @@ ...@@ -63,7 +63,8 @@
&.is-focused { &.is-focused {
border-color: #3b99fc; border-color: #3b99fc;
box-shadow: 0 0 4px rgba(#3b99fc, .7); box-shadow: 0 0 2px rgba(#000, .2),
0 0 4px rgba(#3b99fc, .5);
.comment-toolbar, .comment-toolbar,
.nav-links { .nav-links {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment