Close issue #9

pull/35/head
Mashiro 2019-01-02 12:56:17 +08:00
parent 57d919e381
commit 460c5892bc
2 changed files with 15 additions and 3 deletions

View File

@ -11,22 +11,34 @@ if ( akina_option('theme_skin') ) { ?>
.feature i , /*.feature-title span ,*/ .download , .navigator i:hover , .links ul li:before , .ar-time i , span.ar-circle , .object , .comment .comment-reply-link , .siren-checkbox-radio:checked + .siren-checkbox-radioInput:after { background: <?php echo akina_option('theme_skin'); ?> }
::-webkit-scrollbar-thumb { background: <?php echo akina_option('theme_skin'); ?> }
.download , .navigator i:hover , .link-title , .links ul li:hover , #pagination a:hover , .comment-respond input[type='submit']:hover { border-color: <?php echo akina_option('theme_skin'); ?> }
.entry-content a:hover , .site-info a:hover , .comment h4 a , #comments-navi a.prev , #comments-navi a.next , .comment h4 a:hover , .site-top ul li a:hover , .entry-title a:hover , #archives-temp h3 , span.page-numbers.current , .sorry li a:hover , .site-title a:hover , i.iconfont.js-toggle-search.iconsearch:hover , .comment-respond input[type='submit']:hover { color: <?php echo akina_option('theme_skin'); ?> }
.entry-content a:hover , .site-info a:hover , .comment h4 a , #comments-navi a.prev , #comments-navi a.next , .comment h4 a:hover , .site-top ul li a:hover , .entry-title a:hover , #archives-temp h3 , span.page-numbers.current , .sorry li a:hover , .site-title a:hover , i.iconfont.js-toggle-search.iconsearch:hover , .comment-respond input[type='submit']:hover, blockquote:before, blockquote:after,#aplayer-float .aplayer-lrc-current { color: <?php echo akina_option('theme_skin'); ?> }
.is-active-link::before {
background-color: <?php echo akina_option('theme_skin'); ?> !important
}
.insert-image-tips:hover{
.insert-image-tips:hover, .insert-image-tips-hover{
color: <?php echo akina_option('theme_skin'); ?>;
border: 1px solid <?php echo akina_option('theme_skin'); ?>
}
.site-top ul li a:after {
background-color: <?php echo akina_option('theme_skin'); ?>
}
.scrollbar {
background: <?php echo akina_option('theme_skin'); ?>
}
#nprogress .spinner-icon{
border-top-color: <?php echo akina_option('theme_skin'); ?>;
border-left-color: <?php echo akina_option('theme_skin'); ?>
}
#nprogress .bar {
background: <?php echo akina_option('theme_skin'); ?>
}
<?php } // theme-skin ?>
<?php // Custom style
if ( akina_option('site_custom_style') ) {

View File

@ -7605,7 +7605,7 @@ a.toc-link {
position: fixed;
top: 0;
height: 3px;
background: #BEBEBE;
background: orange;
transiton-property: width, background;
transition-duration: 1s, 1s;
z-index: 99999