💄 fix: darkmode
This commit is contained in:
parent
f21fbe4e2b
commit
7034f76024
@ -9,7 +9,7 @@ function hexoMetaGeneratorInject(data) {
|
||||
return;
|
||||
}
|
||||
|
||||
const hexoGeneratorTag = `\n <meta name="generator" content="hexo-theme-yilia-plus">`;
|
||||
const hexoGeneratorTag = `\n <meta name="generator" content="hexo-theme-ayer">`;
|
||||
|
||||
return data.replace('</title>', '</title>' + hexoGeneratorTag);
|
||||
}
|
||||
|
@ -9,6 +9,8 @@ darkmode()
|
||||
color: darken(#fff,10%) !important
|
||||
.share-icons a i,.float_btns i,#reward .reward-p,#reward .reward-p i,.local-search-input
|
||||
color: darken(#999,20%) !important
|
||||
.is-position-fixed
|
||||
background-color transparent
|
||||
.v *
|
||||
color: #555 !important
|
||||
.tag-list > .tag-list-item .tag-list-link,.article-tag-list .article-tag-list-link
|
||||
|
2
source/dist/main.css
vendored
2
source/dist/main.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user