@mixd-id/web-scaffold 0.1.240411063 → 0.1.240411064

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@mixd-id/web-scaffold",
3
3
  "private": false,
4
- "version": "0.1.240411063",
4
+ "version": "0.1.240411064",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
@@ -181,10 +181,15 @@ const plugin = Plugin(function({ addBase, addUtilities, config, theme }) {
181
181
 
182
182
  '.menu-item': {
183
183
  },
184
-
185
184
  '.menu-item:hover': {
186
- background: 'rgb(var(--primary-50))',
187
- fill: '#fff'
185
+ background: 'rgb(var(--primary-500))',
186
+ 'border-radius': '4px',
187
+ fill: '#fff',
188
+ color: '#fff'
189
+ },
190
+ '.menu-item:hover *': {
191
+ fill: '#fff',
192
+ color: '#fff'
188
193
  }
189
194
 
190
195
  })