nodebb-theme-persona 13.0.71 → 13.0.73

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-persona",
3
- "version": "13.0.71",
3
+ "version": "13.0.73",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.0.0"
6
6
  },
package/scss/header.scss CHANGED
@@ -56,7 +56,7 @@
56
56
  }
57
57
 
58
58
  .mark-read {
59
- color: $text-muted;
59
+ color: $secondary;
60
60
  .read {
61
61
  display: block;
62
62
  }
@@ -64,7 +64,7 @@
64
64
  display: none;
65
65
  }
66
66
  &:hover {
67
- color: darken($text-muted, 10%);
67
+ color: darken($secondary, 10%);
68
68
  @include pointer;
69
69
  }
70
70
  }
package/scss/topic.scss CHANGED
@@ -434,15 +434,6 @@
434
434
  display: inline;
435
435
  }
436
436
 
437
- .toggle {
438
- padding: 0px 5px;
439
- border: 1px solid #e0e0e0;
440
- background: #fcfcfc;
441
- width: 50px;
442
- text-align: center;
443
- display:block!important;
444
- }
445
-
446
437
  pre {
447
438
  max-height: 350px;
448
439