@burh/nuxt-core 1.0.267 → 1.0.269

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.
@@ -101,6 +101,11 @@ export default {
101
101
  display: block;
102
102
  width: 150px;
103
103
  padding: 10px;
104
+ filter: grayscale(1) invert(1) brightness(0.8);
105
+ transition: filter 0.5s;
106
+ &:hover {
107
+ filter: none;
108
+ }
104
109
  }
105
110
  }
106
111
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.267",
3
+ "version": "1.0.269",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {