2018-06-03 22:26:41 +08:00

11 lines
132 B
CSS

/*
a.button_a {
border-color: #e0bee0;
}
a.button_a:hover {
border-color: #c163c0;
}
.button_a_light{
border-color: #c163c0;
}
*/