Skip to content

Commit 8363f1c

Browse files
committed
Clean up docs
1 parent 3ef3a5a commit 8363f1c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ CSS solution for light/dark/auto theme switcher for websites.
1212
by subset/sunrise (all operating systems now have theme switching schedule).
1313

1414
[PostCSS] plugin to make switcher to force dark or light theme by copying styles
15-
from media query or [light-dark()] to special class.
15+
from media query or [`light-dark()`] to special class.
1616

1717
[PostCSS]: https://github.com/postcss/postcss
1818
[FART]: https://css-tricks.com/flash-of-inaccurate-color-theme-fart/
19-
[light-dark()]: https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/light-dark
19+
[`light-dark()`]: https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/light-dark
2020

2121
```css
2222
/* Input CSS */

0 commit comments

Comments
 (0)