shadows are hard to get right

This commit is contained in:
Matthew Connelly 2015-03-14 21:04:56 +00:00
parent 0a1be76bbe
commit 339371d4c1
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ a:hover {
} }
header h1 { header h1 {
text-shadow: 0px 0px 4px rgba(0,0,0,.2); text-shadow: 0px 0px 4px rgba(0,0,0,.1);
} }
p > .lead { p > .lead {
text-shadow: 0px 0px 2px rgba(0,0,0,.1); text-shadow: 0px 0px 2px rgba(0,0,0,.1);
@ -159,7 +159,7 @@ footer > #small {
.panel { .panel {
padding-left:27px; padding-left:27px;
padding-right:27px; padding-right:27px;
box-shadow: 0px 1px 1px 0px rgba(0,0,0,.05), 0px 0px 4px 0px rgba(0,0,0,.1); box-shadow: 0px 1px 1px 0px rgba(0,0,0,.05), 0px 0px 6px 1px rgba(0,0,0,.1);
} }
/* end theme */ /* end theme */