hexo-theme-gnix 4.0.1 → 4.0.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 +2 -3
package/package.json
CHANGED
package/source/css/default.css
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
:root {
|
|
4
4
|
--font-serif: Georgia, "Times New Roman", Times, "Songti SC", "STSong", serif;
|
|
5
5
|
--font-sans-serif:
|
|
6
|
-
Futura, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
|
6
|
+
Avenir, Futura, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
|
7
7
|
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
|
8
8
|
--font-monospace:
|
|
9
9
|
"Maple Mono NF CN", "Maple Mono NF", "SF Mono", "SF Pro", Menlo, Monaco,
|
|
@@ -988,8 +988,7 @@ video {
|
|
|
988
988
|
img,
|
|
989
989
|
video {
|
|
990
990
|
display: block;
|
|
991
|
-
margin: 0
|
|
992
|
-
border-radius: 2px;
|
|
991
|
+
margin: 0 auto;
|
|
993
992
|
}
|
|
994
993
|
|
|
995
994
|
img:hover,
|