CSS脚本



highlight_link
a {
text-decoration: none !important;
-webkit-transition: all 200ms;
}
a:hover {
color: white !important;
background-color: #9F9F9F !important;
-webkit-border-radius: 2px;
-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.33);
-webkit-transition: all 100ms;
}