티스토리 뷰

/* Change the color to your own background color */
input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-transition: background-color 9999s ease-out;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #fff !important;
}

 

참고

https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=naan_ace&logNo=221298520291

공지사항