Skip to content

Commit 93dfc15

Browse files
committed
use grey shadow instead of transparent black
1 parent 4df32a8 commit 93dfc15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/lesson.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ span.fold-unfold {
302302

303303

304304
img.image-with-shadow {
305-
box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.25);
305+
box-shadow: 0 6px 24px 0 #888;
306306
}
307307

308308
//----------------------------------------

0 commit comments

Comments
 (0)