aside button,
aside button *{
  color:#eaf2ff !important;
  -webkit-text-fill-color:#eaf2ff !important;
}

aside button{
  background:rgba(8,16,38,.72) !important;
  border-color:rgba(56,189,248,.35) !important;
  transition:none !important;
  transform:none !important;
  filter:none !important;
}

aside button:hover{
  background:rgba(30,64,175,.26) !important;
  border-color:rgba(125,211,252,.90) !important;
}

aside button.cw-nav-active,
aside button[aria-current="page"],
aside button[aria-selected="true"],
aside button.active{
  background:rgba(37,99,235,.32) !important;
  border-color:rgba(147,197,253,.95) !important;
  color:#f8fbff !important;
  -webkit-text-fill-color:#f8fbff !important;
}

/* 어떤 이유로 bg-white가 붙어도 강제 무효화 */
aside button[class*="bg-white"],
aside button[class*="bg-slate-100"],
aside button[class*="bg-gray-100"]{
  background:rgba(37,99,235,.32) !important;
  color:#f8fbff !important;
  -webkit-text-fill-color:#f8fbff !important;
}
