Skip to content

Commit 4fc13c8

Browse files
Merge branch 'pr-78'
2 parents 433cdf2 + 7e79b25 commit 4fc13c8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/face_camera.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
context.clearRect(0, 0, canvas.width, canvas.height);
4848

4949
event.data.forEach(function(rect) {
50-
context.strokeStyle = 'magenta';
50+
context.strokeStyle = '#a64ceb';
5151
context.strokeRect(rect.x, rect.y, rect.width, rect.height);
5252
context.font = '11px Helvetica';
5353
context.fillStyle = "#fff";

examples/face_hello_world.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<style>
1414
.rect {
15-
border: 2px solid magenta;
15+
border: 2px solid #a64ceb;
1616
left: -1000px;
1717
position: absolute;
1818
top: -1000px;

examples/face_tag_friends.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
input {
4646
border: 0px;
4747
bottom: -42px;
48-
color: #E91E63;
48+
color: #a64ceb;
4949
font-size: 15px;
5050
height: 30px;
5151
left: 50%;

0 commit comments

Comments
 (0)