Skip to content

Commit 7096197

Browse files
committed
fix up shaddows
1 parent 6a9c7ba commit 7096197

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ a:hover {
3737
#main, div.header, div.project {
3838
background: white;
3939
background: rgba(255, 255, 255, 0.7);
40-
-moz-box-shadow: 0px 0px 5px 0px #eee;
41-
-webkit-box-shadow: 0px 0px 5px 0px #eee;
42-
box-shadow: 0px 0px 5px 0px #eee;
40+
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
41+
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
42+
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
4343
}
4444

4545
#main h1 {

0 commit comments

Comments
 (0)