hexo-theme-gnix 4.2.0 → 4.2.2
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 +1 -1
- package/source/css/default.css +5 -1
package/package.json
CHANGED
package/source/css/default.css
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
Avenir, system-ui, "Segoe UI", Roboto, Helvetica, Arial, "PingFang SC",
|
|
14
14
|
"Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC",
|
|
15
15
|
"Source Han Sans CN", sans-serif;
|
|
16
|
-
--font-handwriting: "Bradley Hand",
|
|
16
|
+
--font-handwriting: "Bradley Hand", cursive;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
/* #region Color */
|
|
@@ -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,
|