nodebb-theme-harmony 1.1.102 → 1.1.103

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,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-theme-harmony",
3
- "version": "1.1.102",
3
+ "version": "1.1.103",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.5.0"
6
6
  },
@@ -33,8 +33,8 @@
33
33
  {{{ else }}}
34
34
  <li component="sidebar/search" class="visible-open nav-item mx-2 search">
35
35
  <div class="d-flex gap-2 py-1 px-2 align-items-center" title="[[themes/harmony:login-register-to-search]]">
36
- <i class="fa fa-fw fa-search text-muted"></i>
37
- <span class="nav-text visible-open text-xs text-muted">[[themes/harmony:login-register-to-search]]</span>
36
+ <i class="fa fa-fw fa-search"></i>
37
+ <span class="nav-text visible-open text-xs">[[themes/harmony:login-register-to-search]]</span>
38
38
  </a>
39
39
  </a>
40
40
  {{{ end }}}