Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
42a6eb0c33 | ||
|
0c0ea3312c | ||
|
24be666717 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,3 +7,4 @@ package-lock.json
|
||||
node_modules/
|
||||
.cache
|
||||
.history
|
||||
_bak.yml
|
||||
|
@@ -1,3 +1,4 @@
|
||||
.cache/
|
||||
.history/
|
||||
.github/
|
||||
.github/
|
||||
_bak.yml
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hexo-theme-ayer",
|
||||
"version": "1.8.20",
|
||||
"version": "1.8.21",
|
||||
"description": "a clean and elegant theme for hexo.",
|
||||
"scripts": {
|
||||
"dev": "parcel serve source-src/main.js -d source/dist",
|
||||
|
@@ -14,6 +14,13 @@
|
||||
opacity .8
|
||||
background-color body-color
|
||||
&.nav-main
|
||||
height 60vh
|
||||
overflow-y scroll
|
||||
scrollbar-width none
|
||||
-ms-overflow-style none
|
||||
&::-webkit-scrollbar
|
||||
width 0px
|
||||
height 0px
|
||||
.nav-item-link
|
||||
i
|
||||
font-size 1rem
|
||||
|
2
source/dist/main.css
vendored
2
source/dist/main.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user