🔧 🚩 🚧 Finished the outline variable replace content.

This commit is contained in:
凡梦星尘
2022-05-21 20:34:09 +08:00
parent c27081fd26
commit 3165c7b566
12 changed files with 63 additions and 38 deletions

View File

@@ -1,4 +1,4 @@
@if hexo-config('bookmark.enable') {
@if $bookmark_enable {
.book-mark-link {
border-bottom: 0;
position: fixed;
@@ -11,7 +11,7 @@
}
&::before {
color: convert(hexo-config('bookmark.color'));
color: convert($bookmark_color);
font-size: 32px;
line-height: 1;
@include font-family-icons('\f02e');

View File

@@ -1,4 +1,4 @@
@if hexo-config('github_banner.enable') {
@if $github_banner_enable {
@keyframes octocat-wave {
0%, 100% {
transform: rotate(0);
@@ -28,7 +28,7 @@
}
@include tablet-mobile() {
@if hexo-config('local_search.enable') or hexo-config('algolia_search.enable') {
@if $local_search_enable or $algolia_search_enable {
display: none;
}