Skip to content

Commit 5ab28db

Browse files
committed
Update example image
1 parent 15930c9 commit 5ab28db

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules/
22
lib/
3-
coverage/
3+
coverage/
4+
npm-debug.log

example/example.png

-385 Bytes
Loading

example/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
text-transform: uppercase;
1212
font-size: 25px;
1313
font-family: 'Futura No 2 D Semi Bold', sans-serif;
14-
opacity: 0.5;
14+
opacity: 0.3;
1515
}
1616

1717
section:nth-child(1) {
@@ -41,7 +41,7 @@
4141

4242
html {
4343
height: 100%;
44-
background: #444444;
44+
background: #e2e2e2;
4545
}
4646
body, html {
4747
margin: 0;

0 commit comments

Comments
 (0)