hexo-theme-particlex 2.6.4 → 2.6.5

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": "hexo-theme-particlex",
3
- "version": "2.6.4",
3
+ "version": "2.6.5",
4
4
  "description": "A concise Hexo theme, based on Particle.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -425,15 +425,15 @@
425
425
  z-index: 1003;
426
426
  }
427
427
  #menu.hidden {
428
- top: -50px !important;
428
+ top: -50px;
429
429
  }
430
430
  #menu.menu-color {
431
- background: #0003 !important;
432
- box-shadow: 0 -1px 10px 0 transparent !important;
431
+ background: #0003;
433
432
  }
434
- #menu.menu-color .title,
435
- #menu.menu-color a {
436
- color: #fff !important;
433
+ #menu.menu-color #desktop-menu a,
434
+ #menu.menu-color #mobile-menu a,
435
+ #menu.menu-color #mobile-menu .title {
436
+ color: #fff;
437
437
  }
438
438
  #preview {
439
439
  align-items: center;
@@ -571,7 +571,7 @@ body::-webkit-scrollbar-track {
571
571
  transform: scale(1.1);
572
572
  }
573
573
  .katex {
574
- overflow: auto;
574
+ white-space: normal !important;
575
575
  }
576
576
  .language {
577
577
  background: linear-gradient(to right, #ed6ea0 0%, #ec8c69 100%);
@@ -759,14 +759,10 @@ ol {
759
759
  margin: 15px 0;
760
760
  }
761
761
  pre {
762
- border: 1px solid #ebeef5;
763
762
  border: 1px solid #ebeef5;
764
763
  border-radius: 15px;
765
- border-radius: 15px;
766
- box-shadow: 0 2px 12px 0 #0000001a;
767
764
  box-shadow: 0 2px 12px 0 #0000001a;
768
765
  margin: 25px 0;
769
- margin: 25px 0;
770
766
  white-space: normal;
771
767
  }
772
768
  pre,