mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
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:
@@ -80,9 +80,9 @@ Starting with the `index.html` file:
|
||||
</html>
|
||||
```
|
||||
|
||||
And the `style.css` file:
|
||||
And the `styles.css` file:
|
||||
|
||||
```css title='style.css'
|
||||
```css title='styles.css'
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body { background: #333; color: white; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user