luckyphoenix 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -44,9 +44,9 @@ code {
44
44
  }
45
45
 
46
46
  /*图标 颜色*/
47
- button svg,
48
- a svg.hope-icon,
49
- div svg.hope-icon {
47
+ button>svg,
48
+ a>svg.hope-icon,
49
+ div>svg.hope-icon {
50
50
  color: rgb(24, 144, 255) !important;
51
51
  }
52
52
 
@@ -92,7 +92,7 @@ div svg.hope-icon {
92
92
  }
93
93
  /*搜索快捷键 隐藏CTRL+K*/
94
94
  .header-right div div {
95
- display: none !important;
95
+ display: none !important;
96
96
  }
97
97
 
98
98
  /*白天模式 搜索主体+毛玻璃*/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "luckyphoenix",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "gather open source library which I need to use",
5
5
  "license": "MIT",
6
6
  "author": "zypluckyphoenix",