Skip to content

Commit 7d13378

Browse files
committed
A light box shadow on images
1 parent 165ecf9 commit 7d13378

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pages/.vuepress/theme/styles/theme.styl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ html, body
99
margin 0
1010
background-color #fff
1111

12+
img
13+
-webkit-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.25);
14+
-moz-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.25);
15+
box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.25);
16+
1217
body
1318
font-family "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif
1419
-webkit-font-smoothing antialiased

0 commit comments

Comments
 (0)