Skip to content

Commit 83391cb

Browse files
authored
Update style.css
1 parent e993bcb commit 83391cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

style.css

+6
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ html {
4949
#pause.paused {
5050
background-image: url(pause1.svg);
5151
}
52+
#stop {
53+
background-image: url(stop.svg);
54+
}
55+
#stop.stopped {
56+
background-image: url(stop1.svg);
57+
}
5258
@media (max-width: 700px) {
5359
html {
5460
font-size: 14pt;

0 commit comments

Comments
 (0)