namirasoft-site-react 1.3.485 → 1.3.486

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.
@@ -162,7 +162,7 @@
162
162
  }
163
163
 
164
164
  .ns_navbar_first_level_item a {
165
- color: #fff !important;
165
+ color: #fff;
166
166
  width: 100%;
167
167
  }
168
168
 
@@ -173,7 +173,7 @@
173
173
  }
174
174
 
175
175
  .ns_navbar_second_level_item {
176
- color: #fff !important;
176
+ color: #000 !important;
177
177
  width: 100%;
178
178
 
179
179
  }
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.3.485",
11
+ "version": "1.3.486",
12
12
  "author": "Amir Abolhasani, Alireza Esmaeeli, Sepideh Mazloumi, Hooman Shashaeh, Mehrab Bahramian",
13
13
  "license": "MIT",
14
14
  "main": "./dist/main.js",
@@ -162,7 +162,7 @@
162
162
  }
163
163
 
164
164
  .ns_navbar_first_level_item a {
165
- color: #fff !important;
165
+ color: #fff;
166
166
  width: 100%;
167
167
  }
168
168
 
@@ -173,7 +173,7 @@
173
173
  }
174
174
 
175
175
  .ns_navbar_second_level_item {
176
- color: #fff !important;
176
+ color: #000 !important;
177
177
  width: 100%;
178
178
 
179
179
  }