nodebb-theme-harmony 1.2.1 → 1.2.3

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.2.1",
3
+ "version": "1.2.3",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.5.0"
6
6
  },
package/scss/skins.scss CHANGED
@@ -19,12 +19,14 @@
19
19
  }
20
20
  }
21
21
 
22
- .skin-superhero {
23
- // TODO: remove once we update to https://github.com/thomaspark/bootswatch/commit/e62a8c6b62643cfbcb175d6f398928566ed7070c
24
- .dropdown-header {
25
- color: $gray-500;
22
+ // table color fix, remove once https://github.com/thomaspark/bootswatch/issues/1276 is published
23
+ .skin-darkly, .skin-superhero, .skin-solar, .skin-quartz {
24
+ table > :not(caption) > * > * {
25
+ color: white;
26
26
  }
27
+ }
27
28
 
29
+ .skin-superhero {
28
30
  // fix read button in dropdowns
29
31
  .mark-read .read {
30
32
  color: $primary!important;
@@ -11,6 +11,7 @@
11
11
  <option value="titlesposts">[[search:in-titles-posts]]</option>
12
12
  <option value="titles">[[search:in-titles]]</option>
13
13
  <option value="posts">[[search:in-posts]]</option>
14
+ <option value="bookmarks">[[search:in-bookmarks]]</option>
14
15
  <option value="categories">[[search:in-categories]]</option>
15
16
  {{{if privileges.search:users}}}
16
17
  <option value="users">[[search:in-users]]</option>