hexo-theme-linen 1.0.0 → 1.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/_config.yml ADDED
@@ -0,0 +1,9 @@
1
+ stylesheets:
2
+ - /css/linen.css
3
+ - /css/mediaquery.css
4
+
5
+ scripts:
6
+ - /js/linen.js
7
+
8
+ sass:
9
+ outputStyle: compressed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hexo-theme-linen",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A clean Hexo theme",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -32,6 +32,7 @@
32
32
  "languages/",
33
33
  "index.js",
34
34
  "package.json",
35
+ "_config.yml",
35
36
  "README.md"
36
37
  ]
37
38
  }
@@ -1722,7 +1722,7 @@ body {
1722
1722
  z-index: 1000;
1723
1723
  padding: 15px 0;
1724
1724
  transform: translateY(125%);
1725
- transition: transform cubic-bezier(0.32, 0.72, 0, 1) 0.5s;
1725
+ transition: transform cubic-bezier(0.4, 0, 0.6, 1) 0.3s;
1726
1726
  display: flex;
1727
1727
  flex-direction: column;
1728
1728
  @include safe-padding(15px);
@@ -43,7 +43,7 @@
43
43
  z-index: 999;
44
44
  padding: 15px 0;
45
45
  transform: translateY(125%);
46
- transition: transform cubic-bezier(0.32, 0.72, 0, 1) 0.5s;
46
+ transition: transform cubic-bezier(0.4, 0, 0.6, 1) 0.3s;
47
47
  border-right: none;
48
48
  -ms-overflow-style: unset;
49
49
  scrollbar-width: unset;