Skip to content

Commit bf9e239

Browse files
committed
white background
1 parent e4b26b7 commit bf9e239

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

100-maps/2d/control/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ body {
1717
height: 500px;
1818
}
1919
.intersected {
20-
background-color: green;
20+
background-color: white;
2121
}

100-maps/2d/intersection-observer/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ body {
1717
height: 500px;
1818
}
1919
.intersected {
20-
background-color: green;
20+
background-color: white;
2121
}

100-maps/2d/scroll-stop/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ body {
1717
height: 500px;
1818
}
1919
.intersected {
20-
background-color: green;
20+
background-color: white;
2121
}

100-maps/3d/control/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ body {
1717
height: 500px;
1818
}
1919
.intersected {
20-
background-color: green;
20+
background-color: white;
2121
}

100-maps/3d/intersection-observer/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ body {
1717
height: 500px;
1818
}
1919
.intersected {
20-
background-color: green;
20+
background-color: white;
2121
}

100-maps/3d/scroll-stop/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ body {
1717
height: 500px;
1818
}
1919
.intersected {
20-
background-color: green;
20+
background-color: white;
2121
}

100-maps/control/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ body {
1717
height: 500px;
1818
}
1919
.intersected {
20-
background-color: green;
20+
background-color: white;
2121
}

100-maps/intersection-observer/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ body {
1717
height: 500px;
1818
}
1919
.intersected {
20-
background-color: green;
20+
background-color: white;
2121
}

100-maps/scroll-stop/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ body {
1717
height: 500px;
1818
}
1919
.intersected {
20-
background-color: green;
20+
background-color: white;
2121
}

paragraphs/2d/control/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
height: 500px;
1010
}
1111
.intersected {
12-
background-color: green;
12+
background-color: white;
1313
}

paragraphs/2d/intersection-observer/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
height: 500px;
1010
}
1111
.intersected {
12-
background-color: green;
12+
background-color: white;
1313
}

paragraphs/3d/control/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
height: 500px;
1010
}
1111
.intersected {
12-
background-color: green;
12+
background-color: white;
1313
}

paragraphs/3d/intersection-observer/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
height: 500px;
1010
}
1111
.intersected {
12-
background-color: green;
12+
background-color: white;
1313
}

0 commit comments

Comments
 (0)