Skip to content

Commit bbc0d77

Browse files
committed
update demo
1 parent 5db5e39 commit bbc0d77

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

demo/styles/main.css

+5-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@
2222
}
2323

2424
.log div:nth-of-type(1) {
25-
margin-bottom: 20px;
2625
font-weight: bold;
27-
color: #2196f3;
26+
margin-bottom: 10px;
27+
}
28+
29+
.log div:nth-of-type(1)::before {
30+
content: 'Last Event: ';
2831
}
2932

3033
.config {

0 commit comments

Comments
 (0)