diff --git a/assets/frontend.css b/assets/frontend.css index e50e94a..ba0cf9d 100644 --- a/assets/frontend.css +++ b/assets/frontend.css @@ -47,7 +47,7 @@ padding: 10px; border: 1.7px solid #d6e39f; border-radius: 5px; - background: #fcffe9; + background: #ffffff; font-size: 1.09em; margin-top: 3px; transition: border .2s; @@ -57,7 +57,7 @@ .kc-form-row select:focus { outline: none; border-color: #b6d333; - background: #fffde8; + background: #ffffff; } .kc-form-row input[type="submit"] {