update home button style

This commit is contained in:
afc163 2016-11-22 14:53:35 +08:00
parent 0613a1b065
commit 109d72ea70

View File

@ -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;
}
}