hexo-theme-gnix 4.2.1 → 4.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/README.md CHANGED
@@ -51,6 +51,12 @@ bun i hexo-renderer-markdown-exit
51
51
  </tr>
52
52
  </table>
53
53
 
54
+ ## Links
55
+
56
+ - Change log: http://vluv.space/change
57
+ - Live Preview: http://vluv.space/test_markdown/
58
+
59
+
54
60
  ## Credit
55
61
 
56
62
  [ppoffice/hexo-theme-icarus: A simple, delicate, and modern theme for the static site generator Hexo.](https://github.com/ppoffice/hexo-theme-icarus)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hexo-theme-gnix",
3
- "version": "4.2.1",
3
+ "version": "4.2.3",
4
4
  "author": "Efterklang <gaojiaxing0220@gmail.com>",
5
5
  "license": "MIT",
6
6
  "description": "Second generation of Hexo theme Icarus, now with Catppuccin flavor and night mode support.",
@@ -93,7 +93,7 @@
93
93
  --sapphire: #5e81ac;
94
94
  --blue: #81a1c1;
95
95
  --lavender: #5e81ac;
96
- --text: #2e3440;
96
+ --text: #4c566a;
97
97
  --subtext1: #3b4252;
98
98
  --subtext0: #434c5e;
99
99
  --overlay2: #4c566a;
@@ -292,7 +292,7 @@ body {
292
292
  }
293
293
 
294
294
  .card {
295
- border: .5px dashed var(--surface0);
295
+ border: 0.5px dashed var(--surface0);
296
296
  }
297
297
 
298
298
  input.task-list-item-checkbox:checked {
@@ -407,6 +407,10 @@ textarea {
407
407
  padding: 0;
408
408
  }
409
409
 
410
+ ul {
411
+ list-style: none;
412
+ }
413
+
410
414
  button,
411
415
  input,
412
416
  select,
@@ -758,26 +762,23 @@ body {
758
762
 
759
763
  .tabs-tab-button {
760
764
  flex: 1;
761
- padding: 16px 5px;
765
+ padding: 0.5em 0;
762
766
  border: none;
763
767
  background: 0 0;
764
- font-size: 15px;
768
+ font-size: 1em;
765
769
  font-weight: bold;
766
770
  cursor: pointer;
767
771
  position: relative;
768
772
  transition: color 0.3s ease;
769
773
  outline: 0;
770
-
771
- &:hover {
774
+ font-family: var(--font-sans-serif);
775
+ color: var(--text);
776
+ &:hover,
777
+ &.active {
772
778
  color: var(--lavender);
773
779
  }
774
780
  }
775
781
 
776
- .tabs-tab-button.active,
777
- .tabs-tab-button[data-active] {
778
- color: var(--lavender);
779
- }
780
-
781
782
  .tabs-tab-button.active::after {
782
783
  content: "";
783
784
  position: absolute;
@@ -786,12 +787,11 @@ body {
786
787
  width: 100%;
787
788
  height: 2px;
788
789
  background-color: var(--lavender);
789
- border-radius: 2px 2px 0 0;
790
790
  animation: slideIn 0.3s ease;
791
791
  }
792
792
 
793
793
  .tabs-tabs-container {
794
- padding: 18px 0 10px 0;
794
+ padding: 0.8em 0 10px 0;
795
795
  }
796
796
 
797
797
  .tabs-tab-content {
@@ -1504,4 +1504,4 @@ input.searchbox-input {
1504
1504
  object-fit: cover;
1505
1505
  }
1506
1506
 
1507
- /* #endregion Article Cover */
1507
+ /* #endregion Article Cover */
Binary file