nodebb-theme-harmony 1.2.10 → 1.2.11

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.10",
3
+ "version": "1.2.11",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.5.0"
6
6
  },
@@ -31,6 +31,10 @@ ul.topics-list, ul.categories-list {
31
31
  }
32
32
 
33
33
  // on default skin use primary color for unread titles
34
- .skin-noskin ul.topics-list li.unread .title {
35
- color: $primary;
34
+ .skin-noskin {
35
+ ul.topics-list, ul.categories-list {
36
+ li.unread .title {
37
+ color: $primary;
38
+ }
39
+ }
36
40
  }