From 57d919e381f0fadb750d11a1620bb9bf9e959496 Mon Sep 17 00:00:00 2001 From: Mashiro Date: Wed, 2 Jan 2019 12:34:58 +0800 Subject: [PATCH] Fix #9 --- functions.php | 2 +- inc/decorate.php | 15 +++++++++++++++ style.css | 4 ++-- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index 722fc48..3549db3 100644 --- a/functions.php +++ b/functions.php @@ -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); diff --git a/inc/decorate.php b/inc/decorate.php index f6ad935..6bcf3df 100644 --- a/inc/decorate.php +++ b/inc/decorate.php @@ -12,6 +12,21 @@ if ( akina_option('theme_skin') ) { ?> ::-webkit-scrollbar-thumb { background: } .download , .navigator i:hover , .link-title , .links ul li:hover , #pagination a:hover , .comment-respond input[type='submit']:hover { border-color: } .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: } + +.is-active-link::before { + background-color: !important +} + +.insert-image-tips:hover{ + color: ; + border: 1px solid +} + +#nprogress .spinner-icon{ + border-top-color: ; + border-left-color: +} +