Fix #9
This commit is contained in:
parent
3a3ac4e175
commit
57d919e381
|
@ -7,7 +7,7 @@
|
|||
* @package Sakura
|
||||
*/
|
||||
|
||||
define( 'SAKURA_VERSION', '3.0.9' );
|
||||
define( 'SAKURA_VERSION', '3.1.0' );
|
||||
|
||||
//ini_set('display_errors', true);
|
||||
//error_reporting(E_ALL);
|
||||
|
|
|
@ -12,6 +12,21 @@ if ( 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'); ?> }
|
||||
|
||||
.is-active-link::before {
|
||||
background-color: <?php echo akina_option('theme_skin'); ?> !important
|
||||
}
|
||||
|
||||
.insert-image-tips:hover{
|
||||
color: <?php echo akina_option('theme_skin'); ?>;
|
||||
border: 1px solid <?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'); ?>
|
||||
}
|
||||
|
||||
<?php } // theme-skin ?>
|
||||
<?php // Custom style
|
||||
if ( akina_option('site_custom_style') ) {
|
||||
|
|
|
@ -5,7 +5,7 @@ Theme URI: https://2heng.xin/theme-sakura/
|
|||
Author: Mashiro, Louie, Fuzzz
|
||||
Author URI: http://2heng.xin
|
||||
Description: Akina主题分支(原版地址 http://www.akina.pw/themeakina)
|
||||
Version: 3.0.9
|
||||
Version: 3.1.0
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: akina
|
||||
|
@ -7363,7 +7363,7 @@ a.toc-link {
|
|||
}
|
||||
|
||||
.is-active-link::before {
|
||||
background-color: orange !important
|
||||
background-color: orange /*!important*/ /*mark*/
|
||||
}
|
||||
|
||||
.flipx {
|
||||
|
|
Loading…
Reference in New Issue