Skip to content

Commit ab87a57

Browse files
author
huijing
committed
Add background color to broken image styles
1 parent 744e216 commit ab87a57

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_sass/_components.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@
9393
left: 0;
9494
width: 100%;
9595
height: 100%;
96-
background-color: #fff;
96+
background-color: map-get($colors, secondary);
97+
background-color: color(secondary);
9798
}
9899
}
99100

0 commit comments

Comments
 (0)