Skip to content

Commit f752f80

Browse files
committed
fix background contrast
1 parent cccae49 commit f752f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

80-health dashboard/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ p {
6363
}
6464

6565
.bg2 {
66-
background-image: url("https://images.unsplash.com/reserve/YEc7WB6ASDydBTw6GDlF_antalya-beach-lulu.jpg?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1463&q=80");
66+
background: var(--text-color) url("https://images.unsplash.com/photo-1529686159790-3246c5082afb?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1350&q=80");
6767
color: var(--dark-text-color);
6868
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
6969
}

0 commit comments

Comments
 (0)