stylelint-root-colors 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -46,12 +46,12 @@ body {
|
|
|
46
46
|
|
|
47
47
|
The text and background colors in browsers have long been customizable by users.
|
|
48
48
|
|
|
49
|
-
The following screenshot shows a user-defined dark mode configuration in Firefox's “Manage Colors” settings, where the text color is set to white and the background color is set to black.
|
|
50
|
-
|
|
51
49
|
▼ Internet Explorer 3 (1996) <q>General</q> Settings
|
|
52
50
|
|
|
53
51
|
<img src="https://raw.githubusercontent.com/SaekiTominaga/stylelint-plugin/refs/heads/main/packages/root-colors/assets/setting_ie3.png" alt="Dialog with color selection palettes for Text, Background, Visited Links, and Unvisited Links" width="404" height="448">
|
|
54
52
|
|
|
53
|
+
The following screenshot shows a user-defined dark mode configuration in Firefox's <q>Manage Colors</q> settings, where the text color is set to white and the background color is set to black.
|
|
54
|
+
|
|
55
55
|
▼ Firefox 130 (2024) <q>Colors</q> Settings
|
|
56
56
|
|
|
57
57
|
<img src="https://raw.githubusercontent.com/SaekiTominaga/stylelint-plugin/refs/heads/main/packages/root-colors/assets/setting_firefox130.png" alt="Dialog with color selection palettes for Text, Background, Unvisited Links, and Visited Links" width="1780" height="1386">
|