hexo-theme-gnix 5.0.0 → 5.0.1
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 -2
package/package.json
CHANGED
package/source/css/default.css
CHANGED
|
@@ -1237,7 +1237,6 @@ small {
|
|
|
1237
1237
|
|
|
1238
1238
|
article :target {
|
|
1239
1239
|
scroll-margin-top: 5rem;
|
|
1240
|
-
scroll-behavior: smooth;
|
|
1241
1240
|
}
|
|
1242
1241
|
|
|
1243
1242
|
article,
|
|
@@ -1496,4 +1495,5 @@ input.searchbox-input {
|
|
|
1496
1495
|
object-fit: cover;
|
|
1497
1496
|
}
|
|
1498
1497
|
|
|
1499
|
-
/* #endregion Article Cover */
|
|
1498
|
+
/* #endregion Article Cover */
|
|
1499
|
+
|