docs: match css filename in dark-mode.md (#29936)
* Update dark-mode.md Fix the unmatched css file name * Update docs/tutorial/dark-mode.md Co-authored-by: Jeremy Rose <nornagon@nornagon.net> Co-authored-by: Jeremy Rose <nornagon@nornagon.net>
This commit is contained in:
parent
6c251da201
commit
f3517b6635
1 changed files with 2 additions and 2 deletions
|
@ -80,9 +80,9 @@ Starting with the `index.html` file:
|
||||||
</html>
|
</html>
|
||||||
```
|
```
|
||||||
|
|
||||||
And the `style.css` file:
|
And the `styles.css` file:
|
||||||
|
|
||||||
```css title='style.css'
|
```css title='styles.css'
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
body { background: #333; color: white; }
|
body { background: #333; color: white; }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue