hexo-theme-fluid 1.9.5-a → 1.9.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hexo-theme-fluid",
3
- "version": "1.9.5-a",
3
+ "version": "1.9.5",
4
4
  "description": "An elegant Material-Design theme for Hexo.",
5
5
  "main": "package.json",
6
6
  "files": [
@@ -59,7 +59,7 @@ dark-colors()
59
59
  transition background-color .2s ease-in-out
60
60
 
61
61
  if (hexo-config("dark_mode.enable"))
62
- @media (prefers-color-scheme: dark)
62
+ @media not print and (prefers-color-scheme: dark)
63
63
  :root
64
64
  --color-mode "dark"
65
65
 
@@ -69,7 +69,3 @@ if (hexo-config("dark_mode.enable"))
69
69
  @media not print
70
70
  [data-user-color-scheme="dark"]
71
71
  dark-colors()
72
-
73
- @media print
74
- :root
75
- --color-mode "light"