/* 边框基础设置 */
* {
  border-color: #b2e0b2 !important;
}

/* 输入框、按钮等元素微调 */
input, textarea, .btn, .card {
  background-color: #f0faf0 !important;
  border-color: #b2e0b2 !important;
}
