hexo-theme-gnix 4.2.2 → 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 +10 -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 {
|
|
@@ -762,26 +762,23 @@ body {
|
|
|
762
762
|
|
|
763
763
|
.tabs-tab-button {
|
|
764
764
|
flex: 1;
|
|
765
|
-
padding:
|
|
765
|
+
padding: 0.5em 0;
|
|
766
766
|
border: none;
|
|
767
767
|
background: 0 0;
|
|
768
|
-
font-size:
|
|
768
|
+
font-size: 1em;
|
|
769
769
|
font-weight: bold;
|
|
770
770
|
cursor: pointer;
|
|
771
771
|
position: relative;
|
|
772
772
|
transition: color 0.3s ease;
|
|
773
773
|
outline: 0;
|
|
774
|
-
|
|
775
|
-
|
|
774
|
+
font-family: var(--font-sans-serif);
|
|
775
|
+
color: var(--text);
|
|
776
|
+
&:hover,
|
|
777
|
+
&.active {
|
|
776
778
|
color: var(--lavender);
|
|
777
779
|
}
|
|
778
780
|
}
|
|
779
781
|
|
|
780
|
-
.tabs-tab-button.active,
|
|
781
|
-
.tabs-tab-button[data-active] {
|
|
782
|
-
color: var(--lavender);
|
|
783
|
-
}
|
|
784
|
-
|
|
785
782
|
.tabs-tab-button.active::after {
|
|
786
783
|
content: "";
|
|
787
784
|
position: absolute;
|
|
@@ -790,12 +787,11 @@ body {
|
|
|
790
787
|
width: 100%;
|
|
791
788
|
height: 2px;
|
|
792
789
|
background-color: var(--lavender);
|
|
793
|
-
border-radius: 2px 2px 0 0;
|
|
794
790
|
animation: slideIn 0.3s ease;
|
|
795
791
|
}
|
|
796
792
|
|
|
797
793
|
.tabs-tabs-container {
|
|
798
|
-
padding:
|
|
794
|
+
padding: 0.8em 0 10px 0;
|
|
799
795
|
}
|
|
800
796
|
|
|
801
797
|
.tabs-tab-content {
|
|
@@ -1508,4 +1504,4 @@ input.searchbox-input {
|
|
|
1508
1504
|
object-fit: cover;
|
|
1509
1505
|
}
|
|
1510
1506
|
|
|
1511
|
-
/* #endregion Article Cover */
|
|
1507
|
+
/* #endregion Article Cover */
|
package/source/img/og_image.png
CHANGED
|
Binary file
|