namirasoft-site-react 1.3.407 → 1.3.408

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.
@@ -112,7 +112,7 @@
112
112
  .ns_navbar_first_level_item a:hover {
113
113
  background-color: rgb(233 233 234);
114
114
  border-radius: 2px;
115
- color: #141b5c;
115
+ color: #141b5c !important;
116
116
  }
117
117
 
118
118
  .ns_navbar_first_level_item:hover {
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.3.407",
11
+ "version": "1.3.408",
12
12
  "author": "Amir Abolhasani, Alireza Esmaeeli, Sepideh Mazloumi, Hooman Shashaeh, Mehrab Bahramian",
13
13
  "license": "MIT",
14
14
  "main": "./dist/main.js",
@@ -112,7 +112,7 @@
112
112
  .ns_navbar_first_level_item a:hover {
113
113
  background-color: rgb(233 233 234);
114
114
  border-radius: 2px;
115
- color: #141b5c;
115
+ color: #141b5c !important;
116
116
  }
117
117
 
118
118
  .ns_navbar_first_level_item:hover {