We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef3a5a commit 8363f1cCopy full SHA for 8363f1c
1 file changed
README.md
@@ -12,11 +12,11 @@ CSS solution for light/dark/auto theme switcher for websites.
12
by subset/sunrise (all operating systems now have theme switching schedule).
13
14
[PostCSS] plugin to make switcher to force dark or light theme by copying styles
15
-from media query or [light-dark()] to special class.
+from media query or [`light-dark()`] to special class.
16
17
[PostCSS]: https://github.com/postcss/postcss
18
[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
+[`light-dark()`]: https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/light-dark
20
21
```css
22
/* Input CSS */
0 commit comments