Skip to content

Commit 56cef72

Browse files
authored
Added direct line number to styles.css link
1 parent e5bf56c commit 56cef72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ slides = [
1212
"slides/myThirdSlide.html"
1313
]
1414
```
15-
If you would like to change the amount of time before each slide transitions, then change the `animation` style for the `.timer` class in [styles.css](styles.css):
15+
If you would like to change the amount of time before each slide transitions, then change the `animation` style for the `.timer` class in [styles.css](https://github.com/JamesMCo/waiting-slides/blob/master/styles.css#L62):
1616
```css
1717
.timer
1818
{
1919
animation: time 10s linear 0s infinite forwards;
2020
}
21-
```
21+
```

0 commit comments

Comments
 (0)