Change shadow for "Follow logs" button
In general, the "light" on web pages come from directly above, so shadows should be directly below things. This isn't really a shadow, though, but rather a way to make it seem like the text is "embossed" into the surface by giving it a slight sheen on the bottom edge, in which case the shadow definitely shouldn't be shifted left or right.
This commit is contained in:
parent
22c1710e14
commit
c1814fa062
|
@ -96,7 +96,7 @@ pre#log
|
|||
margin: 13px 10px 0 0
|
||||
padding: 0 2px 0 3px
|
||||
color: #666
|
||||
text-shadow: 1px 1px 0px #fff
|
||||
text-shadow: 0px 1px 0px #fff
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
|
||||
font-size: $font-size-tiny
|
||||
line-height: 14px
|
||||
|
|
Loading…
Reference in New Issue
Block a user