From 109d72ea702ecde32038e4b65c231f44dcec1c3b Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 22 Nov 2016 14:53:35 +0800 Subject: [PATCH] update home button style --- site/theme/static/home.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site/theme/static/home.less b/site/theme/static/home.less index 8becfbd9ff..56fb101f71 100644 --- a/site/theme/static/home.less +++ b/site/theme/static/home.less @@ -9,7 +9,7 @@ .list-point { width: 6px; height: 6px; - background: #00AAEE; + background: #0ae; border-radius: @border-radius-base; float: left; margin: 4px auto; @@ -70,8 +70,8 @@ height: 40px; padding: 0 16px; border-radius: @border-radius-base; - border: 1px solid @primary-color; - color: @primary-color; + border: 1px solid #0ae; + color: #0ae; font-size: 15px; background: transparent; transition: box-shadow .45s ease-out; @@ -80,7 +80,7 @@ margin-left: 8px; } > a:hover { - box-shadow: 0 0 10px @primary-color; + box-shadow: 0 0 10px #0ae; } }