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 +6 -0
- package/package.json +1 -1
- package/source/css/default.css +14 -14
- package/source/img/og_image.png +0 -0
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
package/source/css/default.css
CHANGED
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
--sapphire: #5e81ac;
|
|
94
94
|
--blue: #81a1c1;
|
|
95
95
|
--lavender: #5e81ac;
|
|
96
|
-
--text: #
|
|
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:
|
|
765
|
+
padding: 0.5em 0;
|
|
762
766
|
border: none;
|
|
763
767
|
background: 0 0;
|
|
764
|
-
font-size:
|
|
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
|
-
|
|
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:
|
|
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 */
|
package/source/img/og_image.png
CHANGED
|
Binary file
|