Skip to content

Commit 05db407

Browse files
committed
Drop shadow CSS change
1 parent e6b837a commit 05db407

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ topbar_color : "#000000"
8181
topbar_transparency : 0.1
8282
topbar_title_color : "#ffffff"
8383

84-
cover_image : assets/headerimage.png # Replace with alternative image path or image URL.
84+
cover_image : https://images.unsplash.com/photo-1564089957880-517edea1afc5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1534&q=80 # Replace with alternative image path or image URL.
8585
cover_overlay_color : "#363b3d"
8686
cover_overlay_transparency : 0.8
8787

_sass/base.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ a:active {
4444
}
4545

4646
// Shadows
47-
$drop-shadow: drop-shadow(0px 5px 10px rgba(#000, 0.1)) drop-shadow(0px 1px 1px rgba(#000, 0.2));
47+
$drop-shadow: drop-shadow(0px 5px 10px rgba(#000, 0.1))
48+
drop-shadow(0px 1px 1px rgba(#000, 0.2)
49+
);
4850

4951
// Various resets
5052
*,

0 commit comments

Comments
 (0)