diff --git a/public/themes/dist_static/static/css/index.css b/public/themes/dist_static/static/css/index.css index 038caac..516b872 100644 --- a/public/themes/dist_static/static/css/index.css +++ b/public/themes/dist_static/static/css/index.css @@ -168,7 +168,8 @@ .section-1__icon [stroke] { stroke: currentColor; } -.section-1__icon [fill]:not([fill=none]) { +/* 白填充保留原色,hover/active 只改深色描边与填充 */ +.section-1__icon [fill]:not([fill=none]):not([fill="rgb(255,255,255)"]):not([fill="#fff"]):not([fill="#ffffff"]):not([fill="white"]) { fill: currentColor; } .section-1__item.is-active .section-1__icon, .section-1__item:hover .section-1__icon { diff --git a/public/themes/website/1/en/demo/single_index.html b/public/themes/website/1/en/demo/single_index.html index db9b053..42dcb1d 100755 --- a/public/themes/website/1/en/demo/single_index.html +++ b/public/themes/website/1/en/demo/single_index.html @@ -154,220 +154,45 @@